forked from Shinonome/caelestia-cli
8bc7e495af
Override caelestia command with dev version instead of using ./run.sh Allows completions to work
8 lines
119 B
Bash
Executable File
8 lines
119 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Utility script for running caelestia
|
|
|
|
cd "$(dirname $0)/../src" || exit
|
|
|
|
python -m caelestia "$@"
|