Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
snail007
GitHub Repository: snail007/goproxy
Path: blob/master/uninstall.sh
684 views
1
#!/bin/bash
2
rm -rf /usr/bin/proxy
3
echo "uninstall done"
4
5