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