C-Playground/comprun.sh

9 lines
99 B
Bash
Executable File

#!/bin/sh
rm test.bmp
gcc -g main.c lib/*.c
./a.out
# chmod 777 test.bmp
printf "\n"
xxd test.bmp