mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
updated commands
This commit is contained in:
parent
f6f6eaf502
commit
8dcfea4b90
17 changed files with 61 additions and 16 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 cat /*.args | xargs -d '\n' ./binary
|
||||
timeout -s KILL 3 bash -c "cat /*.args | xargs -d '\n' ./binary"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue