Some changes for macos

This commit is contained in:
2026-07-23 00:37:58 +02:00
parent 4f004fee15
commit f574984c60
5 changed files with 48 additions and 32 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/bin/bash
which virsh || return &> /dev/null
hypervisor_connect() {
if [ -e "${1}" ]; then echo "Usage : $0 hypervisor_name_or_ip"; return 1; fi