Premier exercice

This commit is contained in:
Yohann D'ANELLO
2020-05-16 01:51:08 +02:00
commit 2f18fb4e70
10 changed files with 409 additions and 0 deletions

3
exclude-executables.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
find . -perm /111 -type f | sed 's#^./##' | sort > .gitignore
echo "*.c" >> .gitignore