Update virtmon

This commit is contained in:
clsty
2025-11-12 21:54:08 +08:00
parent 9997fdce0c
commit 5696a4348e
5 changed files with 29 additions and 25 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ while true ; do
case "$1" in
-h|--help) showhelp;exit;;
--) shift;break ;;
*) sleep 0 ;;
*) echo -e "$0: Wrong parameters.";exit 1;;
esac
done