3 lines
111 B
Bash
Executable file
3 lines
111 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
erl -sname ggs -mnesia -boot start_sasl -pa erlang_js/ebin/ -pa ebin -pa src -s start_ggs
|