Skip to content

Instantly share code, notes, and snippets.

@etrepum
Created March 10, 2009 02:41
Show Gist options
  • Save etrepum/76684 to your computer and use it in GitHub Desktop.
Save etrepum/76684 to your computer and use it in GitHub Desktop.
erlsh
#!/bin/bash
# this sets ERL_FLAGS, ERL_MAX_PORTS, MOCHI_BACKEND_IP, etc.
. /mochi/etc/mochi.conf
exec erl -name `uuidgen`@$MOCHI_BACKEND_IP -remsh $1@$MOCHI_BACKEND_IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment