rendre les fichiers executables après etre téléchargés
This commit is contained in:
@@ -29,6 +29,7 @@ wget -O scripts.txt "https://git.abonnel.fr/cedricAbonnel/notes-techniques/raw/b
|
||||
while read -r url; do
|
||||
wget -O "$(basename "$url")" "$url"
|
||||
done < scripts.txt
|
||||
chmod +x *.sh
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user