Skip to content

Commit

Permalink
start dev shells with reloader
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Nov 2, 2011
1 parent 351c789 commit d4b7e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecallmgr/start-dev.sh
Expand Up @@ -3,4 +3,4 @@
cd `dirname $0`

export ERL_LIBS=$PWD/../lib
exec erl -args_file $PWD/conf/vm.args -pa $PWD/ebin -s ecallmgr
exec erl -args_file $PWD/conf/vm.args -pa $PWD/ebin -s reloader -s ecallmgr
2 changes: 1 addition & 1 deletion whistle_apps/start-dev.sh
Expand Up @@ -3,4 +3,4 @@
cd `dirname $0`

export ERL_LIBS=$PWD/../lib
exec erl -args_file $PWD/conf/vm.args -pa $PWD/ebin -pa $PWD/apps/*/ebin -s whistle_apps
exec erl -args_file $PWD/conf/vm.args -pa $PWD/ebin -pa $PWD/apps/*/ebin -s reloader -s whistle_apps

0 comments on commit d4b7e99

Please sign in to comment.