Sync all projects

This commit is contained in:
github-actions[bot]
2026-07-30 17:32:45 +00:00
parent 3f366cb15e
commit fb3649e275
31 changed files with 26017 additions and 20790 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
if [ "$(id -u)" -ne 0 ]; then
exec sudo "$0" "$@"
fi
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 "$1"