fix: flag to output version of bin

This commit is contained in:
2024-10-12 15:47:41 +08:00
parent f01b0b9da0
commit 003d26bce3
4 changed files with 15 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ case "$1" in
;;
version)
for procName in $ProcList;do
$BinDir/$procName -v
$BinDir/$procName --version
done
;;
*)