update number of args

This commit is contained in:
Brian Seymour 2018-10-05 20:43:42 -05:00
parent 5f71c63b65
commit e050d5ae35
11 changed files with 11 additions and 11 deletions

View file

@ -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 ${@:2}
timeout -s KILL 3 ./binary ${@:3}