goproxy/uninstall.sh
2021-05-11 13:40:18 +08:00

4 lines
56 B
Bash

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