Show help if name is blank

This commit is contained in:
Anthony Rose 2023-02-23 14:33:20 +00:00
parent aacef5c12a
commit a9303a9b44

View file

@ -1,7 +1,7 @@
#!/bin/sh
_acp_vm_root="$HOME/virt/images"
_acp_vm_session=qemu:///session
_acp_vm_name=$1
_acp_vm_name=${1:---help}
case "$_acp_vm_name" in
"--help" | -*)