X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2019-fosdem%2F6500-shell.d%2Fbadblocks.sh.template;fp=2019-fosdem%2F6500-shell.d%2Fbadblocks.sh.template;h=1435c36711d993a08f40a9f3e021cc73066108e1;hb=0d929b23526e74b6f5a49e34b0019f928c7bfec1;hp=0000000000000000000000000000000000000000;hpb=4507e94c3ba68dbf455a9399de5f4ac1732eb5b7;p=libguestfs-talks.git diff --git a/2019-fosdem/6500-shell.d/badblocks.sh.template b/2019-fosdem/6500-shell.d/badblocks.sh.template new file mode 100755 index 0000000..1435c36 --- /dev/null +++ b/2019-fosdem/6500-shell.d/badblocks.sh.template @@ -0,0 +1,7 @@ +#!/bin/bash + +case "$1" in + + + *) exit 2 ;; +esac