Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions
notes/server-mail

View File

@ -26,7 +26,7 @@ Pour télécharger uniquement les scripts `.sh` et `.py` du dossier `server-mail
```bash
wget -O scripts.txt "https://git.abonnel.fr/cedricAbonnel/notes-techniques/raw/branch/main/notes/server-mail/scripts/scripts.txt"
wget -P . -i scripts.txt
wget -P . --no-cache -i scripts.txt
```