1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-08-28 07:30:03 +02:00

Add shebang to awk

This commit is contained in:
Vrganj 2021-01-17 15:53:46 +00:00
parent 9851352f87
commit 7f03de9f71

View file

@ -1,3 +1,5 @@
#!/bin/bash
cd /tmp/$2 cd /tmp/$2
timeout -s KILL 2 sed "/___code___/Q" code.code > code.stdin timeout -s KILL 2 sed "/___code___/Q" code.code > code.stdin
timeout -s KILL 2 sed "1,/___code___/d" code.code > code.awk timeout -s KILL 2 sed "1,/___code___/d" code.code > code.awk