4 lines
80 B
Text
4 lines
80 B
Text
|
#!/bin/sh -e
|
||
|
[ -n "$QEMUSH_NAME" ]
|
||
|
printf %s/%s.qcow2\\n ~/disks "$QEMUSH_NAME"
|