„README.md“ ändern
This commit is contained in:
parent
9b24697ea9
commit
1e0645ec4c
12
README.md
12
README.md
|
@ -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
|
Loading…
Reference in New Issue