disko/disko2
Felix Uhl 4db452e40a disko2: Fix entrypoints
An oversight from 389235b63f
2024-11-03 22:12:00 +01:00

7 lines
No EOL
275 B
Bash
Executable file

#!/usr/bin/env bash
# This script only exists so you can run `./disko2` directly
# It should not be be installed as part of the package!
# Check src/disko/cli.py for the actual entrypoint
set -euo pipefail
PYTHONPATH="$(dirname "$(realpath "$0")")"/src python3 -m disko "$@"