File: start-dev.sh

package info (click to toggle)
mochiweb 3.3.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 848 kB
  • sloc: erlang: 12,944; makefile: 34; sh: 31
file content (9 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
exec erl \
    -pa _build/default/lib/example_project/ebin \
    -pa _build/default/lib/mochiweb/ebin \
    -pa ebin deps/*/ebin \
    -boot start_sasl \
    -sname example_project_dev \
    -s example_project \
    -s reloader