blob: f781a7dfca7e837d69382a3209a51fd6d56e6fd9 (
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-list-applications "$root"
guestfish --remote exit
|