mirror of
https://github.com/denisidoro/navi
synced 2024-11-13 23:37:10 +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 |