fix deno, fix clojure version, lolcode dynamic version

This commit is contained in:
Brian Seymour 2021-03-12 14:12:25 -06:00
parent 66a602038b
commit 6ff766d90b
4 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,5 @@
#!/bin/bash
cd /tmp/$1
timeout -s KILL 3 xargs -a args.args -d '\n' NO_COLOR=true deno run code.code < stdin.stdin
export NO_COLOR=true
timeout -s KILL 3 xargs -a args.args -d '\n' deno run code.code < stdin.stdin