3 lines
97 B
Bash
Executable file
3 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
cd `dirname $0`
|
|
exec erl -pa $PWD/ebin $PWD/deps/*/ebin -boot start_sasl -s webmachine
|