diff options
Diffstat (limited to 'st-remove.sh')
-rwxr-xr-x | st-remove.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/st-remove.sh b/st-remove.sh new file mode 100755 index 0000000..48d3d41 --- /dev/null +++ b/st-remove.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +rm /usr/local/bin/st +rm /usr/local/share/man/man1/st.1 +rm /usr/share/terminfo/s/st* |