Files
printf/tests/test.sh
2023-08-22 22:17:31 +03:00

4 lines
94 B
Bash
Executable File

#!/usr/bin/bash
gcc -Wno-format -Wall -pedantic -Werror -Wextra -std=gnu89 $1 ../*.c -o a
./a