$ shout
<Gobbles!>hello-cron provides a simple example of scheduling jobs with cron / crond.
$ crontab -lUse crontab -e to launch an interactive crontab editing session, each line representing an individual cron job. When you're ready, save and quit the editing session to effect your changes.
$ crontab -e
...
:wq
$ crontab -l
* * * * * .../hello-cron/lib/shout$ sudo crontab -u root -e
...
:wq$ cp conf/shout.crontab /etc/cron.d/See conf examples.
$ crontab -e
dd
:wq- vast
- shfmt (e.g.
GO111MODULE=on go get mvdan.cc/sh/v3/cmd/shfmt) - bashate
- checkbashisms
- ShellCheck
- stank (e.g.
go get github.com/mcandre/stank/...)
$ vast [lint]