6 lines
185 B
Bash
Executable file
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
|