Make titles larger red background, white text.
[libguestfs-talks.git] / 2019-kvm-forum / functions
index 99c033b..94948e2 100644 (file)
@@ -39,3 +39,8 @@ terminal ()
     chmod -w $HISTFILE
     /bin/bash --rcfile $talkdir/bashrc "$@"
 }
+
+banner ()
+{
+    printf "%s   %s   %s\\n" $'\e[1;37;41m' "$1" $'\e[0m'
+}