Update Up

This commit is contained in:
cluntop
2026-03-22 15:53:53 +08:00
parent ab0eb83e21
commit 8cd1a03ba4
9 changed files with 270 additions and 52 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ if [ "$(id -u)" -ne 0 ]; then
exec sudo "$0" "$@"
fi
clun_download() {
clun() {
cd ~ || return 1
curl -s https://raw.githubusercontent.com/cluntop/sh/refs/heads/main/tcp.sh -o clun_tcp.sh || return 1
chmod +x clun_tcp.sh || return 1
./clun_tcp.sh "$1"
}
clun_download "$1"
clun "$1"