sp-01/c/compile.sh

7 lines
72 B
Bash
Executable File

#!/bin/sh
set -eou pipefail
cd "$(dirname "$0")"
gcc -o main ./main.c