summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/caelestia7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/caelestia b/bin/caelestia
new file mode 100755
index 0000000..9afa4f7
--- /dev/null
+++ b/bin/caelestia
@@ -0,0 +1,7 @@
+#!/usr/bin/env sh
+
+# Utility script for running caelestia
+
+cd "$(dirname $0)/../src" || exit
+
+python -m caelestia "$@"