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