4 lines
181 B
Bash
4 lines
181 B
Bash
|
#!/bin/sh
|
||
|
cd `dirname $0`
|
||
|
exec erl -smp auto +K true -sname flukso -setcookie mycookie -pa $PWD/ebin $PWD/deps/*/ebin $PWD/deps/*/deps/*/ebin -boot start_sasl -s reloader -s flukso
|