6 lines
199 B
Bash
Executable file
6 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 "$@"
|