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*
|