„README.md“ ändern

This commit is contained in:
bmen 2019-10-04 21:03:16 +00:00
parent 9b24697ea9
commit 1e0645ec4c
1 changed files with 12 additions and 0 deletions

View File

@ -43,6 +43,18 @@ Alle Optionen: https://wiki.ubuntuusers.de/rsync/
## Cronjob
## Bash Skripte
Das Bashscript wird bei Fehler abgebrochen
```
set -o errexit
```
Ersetzt Sonerzeichen und Leerzeichen in maschinen verabeidbare Zeichen
```
detox -r *
```
## Gute Quellen
* Bash-Skripte: https://wiki.ubuntuusers.de/Shell/Bash-Skripting-Guide_für_Anfänger/
* Cronjobs: https://www.stetic.com/developer/cronjob-linux-tutorial-und-crontab-syntax.html