piston/docker/executors/nasm

5 lines
62 B
Bash
Executable File

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