This commit is contained in:
archer
2023-05-10 14:56:30 +08:00
parent 25067a14a6
commit 1e262a2198
20 changed files with 340 additions and 303 deletions

View File

@@ -0,0 +1,10 @@
export ALL_PROXY=''
export http_proxy=''
export https_proxy=''
export HTTP_PROXY=''
export HTTPS_PROXY=''
OLD_PROCESS=$(pgrep clash)
if [ ! -z "$OLD_PROCESS" ]; then
echo "Killing old process: $OLD_PROCESS"
kill $OLD_PROCESS
fi