summaryrefslogtreecommitdiffstats
path: root/recipes/export2tar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/export2tar.sh')
-rwxr-xr-xrecipes/export2tar.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/export2tar.sh b/recipes/export2tar.sh
new file mode 100755
index 00000000..43860bd0
--- /dev/null
+++ b/recipes/export2tar.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -
+
+guestfish -a "$1" -m "$2" tgz-out "$3" "$4"