5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd /tmp/$1
|
||
|
timeout -s KILL 3 xargs -a args.args -d '\n' clojure -M code.code < stdin.stdin
|