0
0
This commit is contained in:
Guy Baconniere
2021-08-18 13:05:29 +02:00
parent 74e3cc8eb8
commit df07d7f9f7
21 changed files with 141 additions and 53 deletions

7
C_Piscine_C_03/git/ex01/t.sh Executable file
View File

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