Last active
December 30, 2022 01:23
-
-
Save nerdfiles/a4422be1938e8d4e12fdab4300c16d77 to your computer and use it in GitHub Desktop.
crontab-ish on os x catalina or echo to mastodon dot social
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # @usage sudo cron 0 22 * * * holdup 30 "echo" | |
| function _holdup () { | |
| sleep $1; cd ~/Projects/layered-cipher/ ; node ./mast.js $2 | |
| } | |
| alias holdup="_holdup" | |
| # EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment