arion/run-arion-via-nix
2023-07-26 14:09:49 +02:00

7 lines
190 B
Bash
Executable File

#!/usr/bin/env bash
# For manual testing of a hacked arion built via Nix.
# Works when called from outside the project directory.
exec nix run -f "$(dirname ${BASH_SOURCE[0]})" arion "$@"