diff --git a/bin/qemush b/bin/qemush index eb8fa9b..d42e6b4 100755 --- a/bin/qemush +++ b/bin/qemush @@ -48,10 +48,15 @@ public_watch() { screen -dr "$1" } -public_list() { +public_active() { screen -ls } +public_list() { + echo "Available machines:" + ls --color=auto bin +} + function="$1" shift