mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 12:38:28 +00:00
5 lines
No EOL
86 B
Bash
Executable file
5 lines
No EOL
86 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
BIN="/usr/local/bin/navi"
|
|
rm -rf "$BIN" || true |