Skip to content

Instantly share code, notes, and snippets.

@teburd
Created October 12, 2011 15:27
Show Gist options
  • Save teburd/1281520 to your computer and use it in GitHub Desktop.
Save teburd/1281520 to your computer and use it in GitHub Desktop.
erlang startup
#!/bin/sh
cd `dirname $0`
erl +P 1000000 -smp -sname myapp -setcookie myapp -pa $PWD/ebin $PWD/apps/*/ebin $PWD/deps/*/ebin +Ktrue +A32 +S8 -boot start_sasl -s myapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment