arion/run-arion-via-nix

7 lines
190 B
Text
Raw Normal View History

2019-06-23 21:33:01 +02:00
#!/usr/bin/env bash
# For manual testing of a hacked arion built via Nix.
# Works when called from outside the project directory.
2023-07-26 14:09:49 +02:00
exec nix run -f "$(dirname ${BASH_SOURCE[0]})" arion "$@"