sync
This commit is contained in:
7
C_Piscine_C_03/git/ex01/t.sh
Executable file
7
C_Piscine_C_03/git/ex01/t.sh
Executable 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
|
||||
Reference in New Issue
Block a user