mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-23 18:18:06 +00:00
8 lines
282 B
Bash
Executable file
8 lines
282 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
echo "navi has been rewritten from scratch. The previous way of calling the program isn't supported anymore."
|
|
echo "Please check https://github.com/denisidoro/navi/issues/201 for more details."
|
|
echo "I'm sorry for the inconvenience."
|
|
|
|
exit 42
|