3 lines
47 B
Text
3 lines
47 B
Text
|
#!/bin/sh
|
||
|
printf '%s/%s.qcow2\n' ~/images "$1"
|