linux scheduling
parent
9f8da90c64
commit
5c0494be70
|
@ -76,7 +76,12 @@ eso-banana-script
|
||||||
|
|
||||||
## Linux Scheduled
|
## 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
|
# Development
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue