update args

This commit is contained in:
Brian Seymour 2018-10-05 20:39:47 -05:00
parent 6cc2496cd6
commit 5f71c63b65
12 changed files with 7 additions and 29 deletions

View file

@ -1,5 +1,3 @@
#!/bin/sh
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}