summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-30 22:19:33 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-30 22:19:33 +1000
commit8bc7e495af42c778143771179d23312f8ff7a3c8 (patch)
treea676eade71a6f96408ccb77ffcd2e95c630fa5c2 /run.sh
parentrecord: fix wf-recorder audio flag and proc error handling (#48) (diff)
downloadcaelestia-cli-8bc7e495af42c778143771179d23312f8ff7a3c8.tar.gz
caelestia-cli-8bc7e495af42c778143771179d23312f8ff7a3c8.tar.bz2
caelestia-cli-8bc7e495af42c778143771179d23312f8ff7a3c8.zip
dev: better direnv
Override caelestia command with dev version instead of using ./run.sh Allows completions to work
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/run.sh b/run.sh
deleted file mode 100755
index aae070b..0000000
--- a/run.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env sh
-
-# Utility script for running caelestia
-
-cd "$(dirname $0)/src" || exit
-
-python -m caelestia "$@"