summarylogtreecommitdiffstats
path: root/launcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'launcher.sh')
-rw-r--r--launcher.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher.sh b/launcher.sh
new file mode 100644
index 000000000000..41273c9f0418
--- /dev/null
+++ b/launcher.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
+exec /opt/kitchenowl/kitchenowl "$@"