0
0
This commit is contained in:
Guy Baconniere
2021-08-18 14:08:59 +02:00
parent bc0e5b4373
commit a49d88af64
4 changed files with 73 additions and 2 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