7 lines
199 B
Text
7 lines
199 B
Text
|
#!/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 "$@"
|