mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
full path for ts
This commit is contained in:
parent
8833d4f488
commit
3b32563d38
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
cd /tmp/$2
|
cd /tmp/$2
|
||||||
mv code.code interim.ts
|
mv code.code interim.ts
|
||||||
timeout -s KILL 10 tsc interim.ts
|
timeout -s KILL 10 /usr/local/bin/tsc interim.ts
|
||||||
rm interim.ts
|
rm interim.ts
|
||||||
mv interim.js code.code
|
mv interim.js code.code
|
||||||
runuser -l runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 nodejs code.code"
|
runuser -l runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 nodejs code.code"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue