Skip to content

Instantly share code, notes, and snippets.

@hellekin
Created September 8, 2014 23:12
Show Gist options
  • Save hellekin/69b5e7249efee48bbea3 to your computer and use it in GitHub Desktop.
Save hellekin/69b5e7249efee48bbea3 to your computer and use it in GitHub Desktop.
#!/bin/sh
username="user"
password="pwd"
ipv4addr="127.0.0.1"
TWISTER="/usr/local/bin/twisterd"
ARGS="-rpcuser=$username -rpcpassword=$password -rpcallowip=$ipv4addr"
exec $TWISTER $ARGS $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment