#!/usr/bin/env sh set -euC ## Proxmox API doc: https://pve.proxmox.com/pve-docs/api-viewer ################################################################################ ## Parse arguments username= password= iso=result/iso/installer.iso sockets=1 cores=1 memory=2048 vmid= help () { cat <