From 3d06b326ed91505f69f0569401b2a813f7bf7c1a Mon Sep 17 00:00:00 2001 From: GuoRen868 <1269192170@qq.com> Date: Tue, 16 Dec 2025 17:10:35 +0800 Subject: [PATCH] build test --- build/cam/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/cam/build.sh b/build/cam/build.sh index a043e3d..ae9df45 100755 --- a/build/cam/build.sh +++ b/build/cam/build.sh @@ -37,6 +37,8 @@ function PrintHelp() { " } +# test + function ProcessArg() { while getopts "dh" opt; do case $opt in -- Gitee