-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathuninstall.sh
More file actions
executable file
·45 lines (42 loc) · 1.15 KB
/
uninstall.sh
File metadata and controls
executable file
·45 lines (42 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/usr/bin/env bash
if [[ $PREFIX = "" ]]; then
PREFIX=/usr/local
fi
set -euf -o pipefail
set -o xtrace
rm "${PREFIX}/bin/haide"
rm "${PREFIX}/bin/over"
rm "${PREFIX}/bin/cbwatch"
rm "${PREFIX}/bin/xocrshot"
rm "${PREFIX}/bin/esa"
rm "${PREFIX}/bin/outonerror"
rm "${PREFIX}/bin/autoperm"
rm "${PREFIX}/bin/path-lowercase"
rm "${PREFIX}/bin/path-tr"
rm "${PREFIX}/bin/path-uppercase"
rm "${PREFIX}/bin/path-is"
rm "${PREFIX}/bin/qparallel"
rm "${PREFIX}/bin/walk"
rm "${PREFIX}/bin/walk-run"
rm "${PREFIX}/bin/sre"
rm "${PREFIX}/bin/git-sre"
rm "${PREFIX}/bin/git-squash"
rm "${PREFIX}/bin/git-dcommit"
rm "${PREFIX}/bin/git-ourstheir"
rm "${PREFIX}/bin/git-sync-upstream"
rm "${PREFIX}/bin/sshwait"
rm "${PREFIX}/bin/cbcopy"
rm "${PREFIX}/bin/cbpaste"
rm "${PREFIX}/bin/tmux-cbpaste"
rm "${PREFIX}/bin/tmux-run"
rm "${PREFIX}/bin/tmux-session"
rm "${PREFIX}/bin/largs"
rm "${PREFIX}/bin/git-finder"
rm "${PREFIX}/bin/git-finder-exec"
rm "${PREFIX}/bin/git-checkout-default"
rm "${PREFIX}/bin/git-author"
rm "${PREFIX}/bin/git-ls-files-dates"
rm "${PREFIX}/bin/emacs-diff"
rm "${PREFIX}/bin/osid"
rm "${PREFIX}/bin/git-is-clean"
rm "${PREFIX}/bin/.bash-stdops.inc.sh"