mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
add support for multiple arguments
This commit is contained in:
parent
60af1efaad
commit
101cf9aeeb
15 changed files with 38 additions and 28 deletions
|
@ -1,3 +1,3 @@
|
|||
timeout -s KILL 10 nasm -f elf64 -o binary.o $1
|
||||
timeout -s KILL 10 ld binary.o -o binary
|
||||
timeout -s KILL 3 ./binary ${@:3}
|
||||
timeout -s KILL 3 cat /*.args | xargs -d '\n' ./binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue