git.annexia.org
/
libguestfs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
configure: Add --with-extra flag to allow setting the extra version string.
[libguestfs.git]
/
recipes
/
list-apps.sh
1
#!/bin/sh -
2
3
eval "$(guestfish --ro -a "$1" --i --listen)"
4
root="$(guestfish --remote inspect-get-roots)"
5
guestfish --remote inspect-list-applications "$root"
6
guestfish --remote exit