mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
added the paradoc golfing language as seen on Advent of Code
This commit is contained in:
parent
a0bb87055f
commit
48a1b124dd
3 changed files with 15 additions and 0 deletions
2
lxc/executors/paradoc
Executable file
2
lxc/executors/paradoc
Executable file
|
@ -0,0 +1,2 @@
|
|||
cd /tmp/$2
|
||||
runuser runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 python3 -m paradoc code.code"
|
|
@ -85,6 +85,10 @@ echo 'python3'
|
|||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "python3 -V"
|
||||
echo '---'
|
||||
|
||||
echo 'paradoc'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "python3 -m paradoc --version"
|
||||
echo '---'
|
||||
|
||||
echo 'ruby'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "ruby --version"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue