babashka/script/deps_clj_test

7 lines
185 B
Text
Raw Normal View History

2020-01-07 08:20:42 +00:00
#!/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