From fb0fd67d6e7e55548c7a0a1ec67f608efffe3a94 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 21 May 2026 13:07:08 +0200 Subject: initial commit --- start.sample | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 start.sample (limited to 'start.sample') 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='' +export LLM_API_KEY='' +exec ./xmppcb + -- cgit v1.3