babashka/script/deps_clj_test
2020-01-07 09:20:42 +01:00

6 lines
185 B
Bash
Executable file

#!/usr/bin/env bash
curl -sL https://raw.githubusercontent.com/borkdude/deps.clj/master/deps.clj -o deps_test.clj
chmod +x deps_test.clj
./bb deps_test.clj -Sdescribe
rm deps_test.clj