run binary

This commit is contained in:
Brian Seymour 2018-09-28 15:29:19 -05:00
parent 3ed56882e6
commit cfef629586
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@
nasm -f elf64 -o binary.o $1
ld binary.o -o binary
timeout -s KILL 3 ./binary