mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
Removed unnecessary argument from execute and executors
This commit is contained in:
parent
8cc1f6c2b5
commit
e1ef091570
35 changed files with 36 additions and 35 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
cd /tmp/$2
|
||||
cd /tmp/$1
|
||||
timeout -s KILL 10 gcc -std=c11 -o binary -x c code.code
|
||||
timeout -s KILL 3 xargs -a args.args -d '\n' ./binary < stdin.stdin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue