arion/run-arion-via-nix
2019-06-23 21:33:23 +02:00

7 lines
199 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 -c arion "$@"