summaryrefslogtreecommitdiffstats
path: root/recipes/product-name.sh
blob: 7dcc7da13a4ffc89c5272889e4bdeff349fb673a (plain)
1
2
3
4
5
6
#!/bin/sh -

eval "$(guestfish --ro -a "$1" --i --listen)"
root="$(guestfish --remote inspect-get-roots)"
guestfish --remote inspect-get-product-name "$root"
guestfish --remote exit