goproxy/uninstall.sh
2017-09-11 19:13:54 +08:00

5 lines
79 B
Bash

#!/bin/bash
rm -rf /usr/bin/proxy
rm -rf /usr/bin/proxyd
echo "uninstall done"