piston/docker/executors/nasm
2018-09-28 15:24:24 -05:00

4 lines
62 B
Bash

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