9 lines
156 B
Bash
9 lines
156 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
source .xmpp_credentials
|
||
|
|
||
|
export XMPP_JID;
|
||
|
export XMPP_PASSWORD;
|
||
|
|
||
|
exec /usr/bin/mono RhinoReminds.exe --domain starbeamrainbowlabs.com
|