mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
run binary
This commit is contained in:
parent
3ed56882e6
commit
cfef629586
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
||||||
|
|
||||||
nasm -f elf64 -o binary.o $1
|
nasm -f elf64 -o binary.o $1
|
||||||
ld binary.o -o binary
|
ld binary.o -o binary
|
||||||
|
timeout -s KILL 3 ./binary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue