mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-22 06:46:59 +03:00
7 lines
190 B
Bash
Executable File
7 lines
190 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 "$@"
|