mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-06 07:19:29 -05:00
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 "$@"
|