mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 15:25:58 +01:00
6 lines
95 B
Bash
6 lines
95 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm /usr/local/bin/st
|
||
|
rm /usr/local/share/man/man1/st.1
|
||
|
rm /usr/share/terminfo/s/st*
|