mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 12:38:28 +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
|