#/bin/sh

nasm -f elf $1.asm
gcc -o $1 driver.c asm_io.o $1.o
chmod +x $1