1
0
mirror of https://github.com/geohot/qira synced 2025-03-13 18:43:19 +03:00
2015-01-19 17:03:57 -05:00

7 lines
97 B
Bash
Executable File

#!/bin/sh
set -e
nasm -f elf64 $1.asm
gcc $1.o -o a.out -nostartfiles -nostdlib -nodefaultlibs