xscii/compile.sh
2025-04-29 14:56:34 +02:00

8 lines
70 B
Bash
Executable File

#!/bin/bash
set -xe
gcc -std=gnu99 -w -Ofast -o xscii xscii.c
exit