rendre les fichiers executables après etre téléchargés
This commit is contained in:
parent
ef51ecb38a
commit
71fc606145
notes/server-mail
|
@ -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
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue