mirror of
https://github.com/nix-community/disko.git
synced 2026-01-14 18:28:45 +01:00
7 lines
No EOL
275 B
Bash
Executable file
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 "$@" |