This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
cfef629586
piston
/
docker
/
executors
/
nasm
6 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
asm support
2018-09-28 22:24:24 +02:00
#!/bin/sh
nasm -f elf64 -o binary.o $1
ld binary.o -o binary
run binary
2018-09-28 22:29:19 +02:00
timeout -s KILL 3 ./binary