fish: <! cmd executes a shell command and inlines the resulting commands.
[libguestfs.git] / recipes / list-files.sh
1 #!/bin/sh -
2
3 guestfish --ro -a "$1" -i find0 / - |
4   tr '\000' '\n' |
5   sort