mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 10:16:08 +00:00
9 lines
No EOL
216 B
Bash
Executable file
9 lines
No EOL
216 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
export NAVI_HOME="$(cd "$(dirname "$0")/.." && pwd)"
|
|
source "${NAVI_HOME}/scripts/install"
|
|
|
|
export PATH="/usr/local/Cellar/bash/5.1.8/bin/bash:${PATH}"
|
|
|
|
"${NAVI_HOME}/tests/run" |