3 lines
155 B
Bash
3 lines
155 B
Bash
#!/bin/sh
|
|
sv-enable crond
|
|
printf "59 * * * *\t(sleep 30; JID_NOMINAL_TARGET=\"\" JID_ERRORED_TARGET=\"\" SPOW_CRON="yes" ~/.local/bin/s+ow)\n" | crontab -
|