mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-11 22:26:26 +02:00
fix deno, fix clojure version, lolcode dynamic version
This commit is contained in:
parent
66a602038b
commit
6ff766d90b
4 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -82,7 +82,7 @@ lxc-attach --clear-env -n piston -- /bin/bash -l -c "sbcl --version"
|
|||
echo '---'
|
||||
|
||||
echo 'lolcode'
|
||||
echo '1.0.0'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "lci --version"
|
||||
echo '---'
|
||||
|
||||
echo 'lua'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue