4 lines
73 B
Bash
Executable file
4 lines
73 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd `dirname $0`
|
|
exec erl -pa $PWD/ebin -pa +B -- $@
|