mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
args
This commit is contained in:
parent
cfef629586
commit
6cc2496cd6
12 changed files with 18 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
nasm -f elf64 -o binary.o $1
|
||||
ld binary.o -o binary
|
||||
timeout -s KILL 3 ./binary
|
||||
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 ${@:2}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue