Skip to content

Instantly share code, notes, and snippets.

@nerdfiles
Last active December 30, 2022 01:23
Show Gist options
  • Select an option

  • Save nerdfiles/a4422be1938e8d4e12fdab4300c16d77 to your computer and use it in GitHub Desktop.

Select an option

Save nerdfiles/a4422be1938e8d4e12fdab4300c16d77 to your computer and use it in GitHub Desktop.
crontab-ish on os x catalina or echo to mastodon dot social
# @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