#!/bin/bash
rm test.o test
nasm -f elf64 test.s -o test.o
gcc -g test.o test.c -o test
