Add tech introductions.
[libguestfs-talks.git] / 2019-tech-introductions / 2300-custom-plugins-are-easy-to-write.term
diff --git a/2019-tech-introductions/2300-custom-plugins-are-easy-to-write.term b/2019-tech-introductions/2300-custom-plugins-are-easy-to-write.term
new file mode 100755 (executable)
index 0000000..361110c
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+source functions
+
+# Title.
+export title="Custom plugins are easy to write"
+
+# History.
+remember 'cat custom.sh'
+remember 'nbdkit sh custom.sh'
+remember "qemu-io -r -f raw nbd://localhost -c 'r -v 0 512'"
+
+./restore
+terminal