goproxy/uninstall.sh
2017-12-04 10:35:44 +08:00

4 lines
56 B
Bash

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