chiark / gitweb /
add kvm-img wrapper script
[bin.git] / blank-kvm-image
1 #! /bin/sh
2 set -e
3 kvm-img create -f qcow2 "$1.img" "${2}M"