run binary
This commit is contained in:
parent
3ed56882e6
commit
cfef629586
|
@ -2,3 +2,4 @@
|
|||
|
||||
nasm -f elf64 -o binary.o $1
|
||||
ld binary.o -o binary
|
||||
timeout -s KILL 3 ./binary
|
||||
|
|
Loading…
Reference in New Issue