This commit is contained in:
pricema
2025-10-07 01:38:18 +08:00
parent 6e8af5c540
commit 6d799713f8
414 changed files with 115992 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
if [ "$(id -u)" -ne 0 ]; then
exec sudo "$0" "$@"
exit 1
fi
clun_download() {
cd ~ && curl -s https://raw.githubusercontent.com/cluntop/sh/refs/heads/main/tcp.sh -o clun_tcp.sh && chmod +x clun_tcp.sh && ./clun_tcp.sh $1
} && clun_download $1