abemassry / wsend

wsend: The opposite of wget
https://wsend.net
GNU General Public License v3.0
77 stars 8 forks source link

Uninstall #14

Closed Tschoepler closed 9 years ago

Tschoepler commented 9 years ago

How can one uninstall wsend?

abemassry commented 9 years ago

remove alias from ~/.bashrc

quick and dangerous rm -rf ~/.wsend

slow and safe cd ~/.wsend rm * cd .. rmdir .wsend/

Tschoepler commented 9 years ago

thanks