piston/lxc/executors/awk
2021-01-16 06:46:04 +01:00

4 lines
193 B
Text
Executable file

cd /tmp/$1
timeout -s KILL 2 sed "/___code___/Q" code.code > code.stdin
timeout -s KILL 2 sed "1,/___code___/d" code.code > code.awk
cd /tmp/$1 ; timeout -s KILL 3 awk -f code.awk < code.stdin