piston/docker/executors/nasm
Brian Seymour 3ed56882e6 perm
2018-09-28 15:27:49 -05:00

4 lines
62 B
Bash
Executable file

#!/bin/sh
nasm -f elf64 -o binary.o $1
ld binary.o -o binary