Files
2 * r + 2 * t 8bc7e495af dev: better direnv
Override caelestia command with dev version instead of using ./run.sh
Allows completions to work
2025-08-30 22:19:33 +10:00

8 lines
119 B
Bash
Executable File

#!/usr/bin/env sh
# Utility script for running caelestia
cd "$(dirname $0)/../src" || exit
python -m caelestia "$@"