arion/run-arion-via-nix

7 lines
190 B
Plaintext
Raw Normal View History

2019-06-23 22:33:01 +03: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 15:09:49 +03:00
exec nix run -f "$(dirname ${BASH_SOURCE[0]})" arion "$@"