From f038b48de460a42ad46a5b15985d1ebf344ee661 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 16 Mar 2025 11:57:25 +0100 Subject: update --- bin/vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/vm') diff --git a/bin/vm b/bin/vm index 779672e..e491976 100755 --- a/bin/vm +++ b/bin/vm @@ -229,7 +229,7 @@ vftool_tty() { grep -om 1 '\/dev\/tty.*' 'vftool.log'; } # Main starts here. dir="$HOME/.vm" -Cmdlist='add console del edit info help ls log start stop version' +Cmdlist='add console del edit info init_vftool help ls log start stop version' [ "$1" ] && C=$1 && shift 1 || { help; exit 1; } for c in $Cmdlist; do case $c in -- cgit v1.2.3