First bits of client code from the monolith refactor

This commit is contained in:
2024-12-16 09:45:53 -06:00
parent 1c96711125
commit da38ee1c75
12 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
VMHOSTFULL="$1"
USER_SUPPLIED_VMNAME="$2"
SSH_ALIAS="ssh -q"
VIRSH_ALIAS="virsh -c qemu+ssh://root@$VMHOSTFULL/system?no_verify=1"
$VIRSH_ALIAS destroy $USER_SUPPLIED_VMNAME