#!/bin/sh cd $(dirname $0) erl -name distributed_music_system_main_node -eval "dispatcher:start()." -noshell $@