mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
0ccf16d425
commit 7c47604c45e293a29ca31f01e140d621194c0aa6 Author: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat Jun 14 23:02:06 2025 +1000 dev: run without installing
8 lines
116 B
Bash
Executable File
8 lines
116 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Utility script for running caelestia
|
|
|
|
cd "$(dirname $0)/src" || exit
|
|
|
|
python -m caelestia "$@"
|