Don't echo output in scripts.
[libguestfs.git] / recipes / rpmqa.sh
1 #!/bin/sh -
2
3 guestfish <<EOF
4 add "$1"
5 run
6 mount-ro "$2" /
7 command "rpm -qa"
8 EOF