piston/lxc/executors/clojure

5 lines
154 B
Plaintext
Raw Normal View History

2021-03-12 20:27:06 +01:00
#!/bin/bash
cd /tmp/$1
2021-03-12 20:58:16 +01:00
timeout -s KILL 10 xargs -a args.args -d '\n' clojure -Sdeps '{:mvn/local-repo "/opt/.m2/repository"}' -M code.code < stdin.stdin