Skip to content

Instantly share code, notes, and snippets.

@bitops
Created June 30, 2014 00:17
Show Gist options
  • Select an option

  • Save bitops/4d67033db635e46f66e6 to your computer and use it in GitHub Desktop.

Select an option

Save bitops/4d67033db635e46f66e6 to your computer and use it in GitHub Desktop.
launch resque-web from emacs
(defun resque-web ()
"Launch resque-web locally on the default port"
(interactive)
(shell-command "open http://0.0.0.0:5678/"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment