guestfs-examples(3): Remove link to OCaml homepage.
[libguestfs.git] / recipes / product-name.sh
1 #!/bin/sh -
2
3 eval "$(guestfish --ro -a "$1" --i --listen)"
4 root="$(guestfish --remote inspect-get-roots)"
5 guestfish --remote inspect-get-product-name "$root"
6 guestfish --remote exit