0
0
This commit is contained in:
Guy Baconniere
2021-08-20 13:26:21 +02:00
parent 7da4868c86
commit ea2627bf38
20 changed files with 495 additions and 13 deletions

9
C_07/git_old/ex03/main.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
rm -f a.out
#norminette -R CheckForbiddenSourceHeader
norminette -R CheckForbiddenSourceHeader ft_*.c
gcc -Wall -Wextra -Werror -o a.out ft_*.c main.c
echo $(basename $PWD):
./a.out
rm -f a.out