5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
#!/bin/bash
|
||
|
### Cron ###
|
||
|
crontab -l > "$BACKUPDIR"/$(whoami)-crontab
|
||
|
|