aboutsummaryrefslogtreecommitdiff
path: root/start.sample
diff options
context:
space:
mode:
Diffstat (limited to 'start.sample')
-rw-r--r--start.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/start.sample b/start.sample
new file mode 100644
index 0000000..201b26e
--- /dev/null
+++ b/start.sample
@@ -0,0 +1,6 @@
+#!/bin/sh
+cd "$(dirname "$0")" || exit 1
+export XMPP_PASSWORD='<BOT_ACCOUNT_PW_HERE>'
+export LLM_API_KEY='<LLM_API_KEY_HERE>'
+exec ./xmppcb
+