linux scheduling

master
JoYo 2022-01-05 18:36:05 -05:00
parent 9f8da90c64
commit 5c0494be70
1 changed files with 6 additions and 1 deletions

View File

@ -76,7 +76,12 @@ eso-banana-script
## Linux Scheduled
TODO linux chron job instructions.
Linux command scheduling can be performed with the [crontab](https://help.ubuntu.com/community/CronHowto) command:
```bash
crontab -e
0 11 * * * eso-banana-script --verbose
```
# Development