grep -v mischa

This commit is contained in:
mischa 2020-05-24 16:39:44 +02:00
parent f960ac8b8d
commit 58d2cb732c
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ TOTAL=$(vmctl show | grep -vc ID)
RUNNING=$(vmctl show | egrep -vc 'ID|- ')
uname -a
date
w
w | grep -v mischa
printf "VMs Running: %s of %s\n" "${RUNNING}" "${TOTAL}"