mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
7 lines
No EOL
155 B
Bash
Executable file
7 lines
No EOL
155 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
export NAVI_HOME="$(cd "$(dirname "$0")/.." && pwd)"
|
|
source "${NAVI_HOME}/scripts/install"
|
|
|
|
"${NAVI_HOME}/tests/run" |