PageRenderTime 35ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/support/templates/mochiwebapp_skel/start-dev.sh

http://github.com/basho/mochiweb
Shell | 7 lines | 6 code | 0 blank | 1 comment | 0 complexity | 8987740a4e305d4856eff912368e3f77 MD5 | raw file
Possible License(s): MIT
  1. #!/bin/sh
  2. exec erl \
  3. -pa ebin deps/*/ebin \
  4. -boot start_sasl \
  5. -sname {{appid}}_dev \
  6. -s {{appid}} \
  7. -s reloader