Upload shell script files

This commit is contained in:
Stille
2020-02-08 13:30:22 +08:00
parent ab12c8932f
commit b52cc53cf3
4 changed files with 74 additions and 0 deletions

8
frpc_synology_uninstall.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
# 删除frp
rm -rf /usr/local/frp && \
# 删除本文件
rm -rf frpc_synology_uninstall.sh
echo "============================" &&\
echo -e "\033[32m卸载成功,相关文件已清理完毕!\033[0m" && \
echo "============================"