update piston

This commit is contained in:
Brian Seymour 2018-12-08 11:06:01 -06:00
parent 16f4c03a80
commit 27f4443719
3 changed files with 6 additions and 0 deletions

2
lxc/executors/brainfuck Executable file
View file

@ -0,0 +1,2 @@
cd /tmp/$2
runuser -l runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 bf code.code"