mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
d04dfc1003
Based on https://github.com/denisidoro/navi/pull/95 by @engrravijain Fixes #60
7 lines
No EOL
178 B
Bash
Executable file
7 lines
No EOL
178 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
export SCRIPT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
|
|
export NAVI_PATH="${SCRIPT_DIR}/test:${SCRIPT_DIR}/cheats"
|
|
|
|
"${SCRIPT_DIR}/navi" "$@" |