piston/lxc/executors/typescript

7 lines
205 B
Plaintext
Raw Normal View History

2019-08-08 18:42:30 +02:00
cd /tmp/$2
mv code.code interim.ts
timeout -s KILL 10 tsc interim.ts
2019-08-08 18:42:30 +02:00
rm interim.ts
mv interim.js code.code
runuser runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 node code.code"