Cleanup old git repos
This commit is contained in:
10
C_05/ex.sh
10
C_05/ex.sh
@@ -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.
Reference in New Issue
Block a user