Skip to content

Instantly share code, notes, and snippets.

@l4u
Created July 5, 2012 01:15
Show Gist options
  • Save l4u/3050396 to your computer and use it in GitHub Desktop.
Save l4u/3050396 to your computer and use it in GitHub Desktop.
installing erlang reloader
cd ~/bin
wget https://github.com/mochi/mochiweb/raw/master/src/reloader.erl
# Compile
erlc reloader.erl
# Edit ~/.erlang
code:load_abs(“/Users/leo/bin/reloader”).
reloader:start().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment