Skip to content

Instantly share code, notes, and snippets.

@bitops
Created June 30, 2014 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitops/4d67033db635e46f66e6 to your computer and use it in GitHub Desktop.
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