0
0
Files
42piscine/C_00/git/ex01/main.sh
Guy Baconniere d30270c485 commit
2021-08-20 10:02:38 +02:00

7 lines
133 B
Bash
Executable File

#!/bin/sh
norminette -R CheckForbiddenSourceHeader
gcc -Wall -Wextra -Werror -o a.out *.c
echo $(basename $PWD):
./a.out
rm -f a.out