Added _working_ supervisor behaviour
This commit is contained in:
parent
30cebd1c0d
commit
72e411aee9
2 changed files with 17 additions and 8 deletions
2
start
2
start
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
erl -boot start_sasl -pa erlang_js/ebin/ -pa erlv8/ebin -pa ebin -pa src -eval "ggs_server:start_link($1)."
|
||||
erl -boot start_sasl -pa erlang_js/ebin/ -pa erlv8/ebin -pa ebin -pa src -eval "ggs_sup:start_link($1)."
|
||||
|
|
Reference in a new issue