I was wondering if it was possible to start an erlang app from the command line. Like a simple shell script you would just put in the shebang and mark it as executable then run it. However this doesn't seem to be possible with erlang. Anything I write seems to have to be done from the erlang shell. Are there any workarounds? Thanks CyBerHigh