Implementation of 'wc_c', 'wc_w' and 'wc_l' commands.
[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