Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
snail007
Edit Copy
Star
GitHub Repository:
snail007/goproxy
Path:
blob/master/uninstall.sh
6
8
4
views
1
#!/bin/bash
2
rm
-rf
/usr
/bin
/proxy
3
echo
"uninstall done"
4
5