Final running order for 2019 FOSDEM talk.
[libguestfs-talks.git] / 2019-fosdem / 6500-shell-next
diff --git a/2019-fosdem/6500-shell-next b/2019-fosdem/6500-shell-next
new file mode 100755 (executable)
index 0000000..0fd1dd0
--- /dev/null
@@ -0,0 +1,21 @@
+#!/bin/bash -
+
+source functions
+
+# Title.
+export title="Writing tar2iso.sh"
+
+# History.
+remember 'emacs tar2iso.sh &'
+remember 'nbdkit sh ./tar2iso.sh file=~/nbdkit-1.9.0.tar.gz'
+remember 'sudo nbd-client -b 512 localhost /dev/nbd0'
+remember 'sudo mount /dev/nbd0 /tmp/mnt'
+
+./restore
+pushd 6500-shell.d >/dev/null
+rm -f tar2iso.sh
+echo '#!/bin/bash' > tar2iso.sh
+echo >> tar2iso.sh
+chmod +x tar2iso.sh
+terminal
+popd >/dev/null