update scripts and command

This commit is contained in:
Guocheng Qian
2023-08-15 13:34:36 +00:00
parent 6bfbbbf6a2
commit 5821d7bf8b
5 changed files with 118 additions and 17 deletions

View File

@@ -9,5 +9,5 @@ step2=$7
for i in $topdir/*; do
echo "$i"
[ -d "$i" ] && echo "$i exists."
bash ${script_name} $device $runid "$i" $step1 $step2 ${@:8}
bash ${script_name} $device $runid $runid2 "$i" $step1 $step2 ${@:8}
done