uninstall.sh 56 B

123
  1. #!/bin/bash
  2. rm -rf /usr/bin/proxy
  3. echo "uninstall done"