fish: Document that remote run in cmd substitution context hangs.
[libguestfs.git] / recipes / show-devices.sh
1 #!/bin/sh -
2
3 guestfish -a "$1" <<EOF
4 run
5 list-devices
6 list-partitions
7 pvs
8 vgs
9 lvs
10 EOF