New recipe: iso2tar.
[libguestfs.git] / recipes / iso2tar.sh
diff --git a/recipes/iso2tar.sh b/recipes/iso2tar.sh
new file mode 100755 (executable)
index 0000000..7820394
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh -
+
+guestfish -a "$1" -m /dev/sda tgz-out / "$2"