Added start script
This commit is contained in:
parent
ba3d3ced6d
commit
ce02587c95
1 changed files with 3 additions and 0 deletions
3
start
Executable file
3
start
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
erl -boot start_sasl -pa ebin -pa erlang_js/ebin/ -pa src -eval 'ggs_server:start_link(7000)'
|
Reference in a new issue