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