mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
4 lines
215 B
Text
Executable file
4 lines
215 B
Text
Executable file
cd /tmp/$2
|
|
timeout -s KILL 2 sed "/___code___/Q" code.code > code.stdin
|
|
timeout -s KILL 2 sed "1,/___code___/d" code.code > code.awk
|
|
runuser runner$1 -c "cd /tmp/$2 ; timeout -s KILL 3 awk -f code.awk < code.stdin"
|