0
0
This commit is contained in:
Guy Baconniere
2021-08-20 14:52:31 +02:00
parent ea2627bf38
commit 531268ae9f
14 changed files with 432 additions and 2 deletions

9
C_07/git_old2/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