Skip to content

Instantly share code, notes, and snippets.

@mitchellh
Created April 20, 2012 19:06
Show Gist options
  • Save mitchellh/2431101 to your computer and use it in GitHub Desktop.
Save mitchellh/2431101 to your computer and use it in GitHub Desktop.
#!/bin/bash
cat <<EOF | erl_call -s -name foo@localhost -c foo -e
erlv8:stop(),
erlv8:start().
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment