Replace tar2iso example with badblocks example.
[libguestfs-talks.git] / 2019-fosdem / 6500-shell.d / badblocks.sh.template
diff --git a/2019-fosdem/6500-shell.d/badblocks.sh.template b/2019-fosdem/6500-shell.d/badblocks.sh.template
new file mode 100755 (executable)
index 0000000..1435c36
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+case "$1" in
+
+
+    *) exit 2 ;;
+esac