Files
cromulant/run.sh
Auric Vente 685f5bc686 Mods
2024-07-18 02:14:03 -06:00

6 lines
111 B
Bash
Executable File

#!/usr/bin/env bash
root="$(dirname "$(readlink -f "$0")")"
cd "$root"
venv/bin/python -m cromulant.main "$@"