qemush/qemu/bin/diskpath

4 lines
80 B
Text
Raw Normal View History

#!/bin/sh -e
[ -n "$QEMUSH_NAME" ]
printf %s/%s.qcow2\\n ~/disks "$QEMUSH_NAME"