This commit is contained in:
Brian Seymour 2018-12-08 11:15:15 -06:00
parent 27f4443719
commit 620107212e
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +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"
runuser -l runner$1 -c "cd /tmp/$2 ; timeout -s KILL 3 bf code.code"