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