0
0

Cleanup old git repos

This commit is contained in:
gbaconni
2021-11-05 13:58:57 +01:00
parent 9079386c18
commit ff66f5dc81
180 changed files with 0 additions and 4016 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/sh
set -e
ex=${1:?$0 <ex??>}
rm -f a.out
norminette -R CheckForbiddenSourceHeader ../${ex}/ft_*.c
#gcc ${ex}.c
gcc -Wall -Wextra -Werror -o a.out ${ex}.c
echo ${ex}:
./a.out "$@"
rm -f a.out

Binary file not shown.