Skip to content

Instantly share code, notes, and snippets.

@qpfiffer
Last active August 29, 2015 14:05
Show Gist options
  • Save qpfiffer/832a9fe9992d4534302e to your computer and use it in GitHub Desktop.
Save qpfiffer/832a9fe9992d4534302e to your computer and use it in GitHub Desktop.
  1. SSH to box
  2. tmux
  3. type in while true; do /etc/cron.minute/adventrecall.rb; sleep 60; done
  4. hit enter
  5. ctrl+b d

Now it should be running forever. If you want to reattach, just type in: tmux a from any shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment