4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
g++ -m32 -c -o free.o free.cpp -ffreestanding && ld -m elf_i386 -o free free.o
|