30d23d61cc
* deps: add shfmt and shellcheck * s+ow: also add time took to run information
5 lines
180 B
Bash
5 lines
180 B
Bash
#!/bin/sh
|
|
sv-enable crond
|
|
printf "59 * * * *\tJID_NOMINAL_TARGET=\"\" JID_ERRORED_TARGET=\"\" LOCATION_PRIORITISE_NETWORK=n SPOW_CRON=y ~/.local/bin/s+ow\n" | crontab -
|
|
crontab -e
|