X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=quickconfig%2F001-heading.sh;fp=quickconfig%2F001-heading.sh;h=2b9fe82f14550e4a430de59bfae71cb930e30154;hb=ca2253895f8dc823aac74aa915e6840ae25b506d;hp=0000000000000000000000000000000000000000;hpb=bd09f4098582c259cd63471e699fa84c13bff963;p=grml-quickconfig.git diff --git a/quickconfig/001-heading.sh b/quickconfig/001-heading.sh new file mode 100644 index 0000000..2b9fe82 --- /dev/null +++ b/quickconfig/001-heading.sh @@ -0,0 +1,14 @@ +# grml-quickonfig module +# print the heading +LINE='print_line "Welcome to grml-quickconfig"; +print_line "Press a highlighted key to perform an action, or press"; +print_line "${HILIGHT}Return${NORMAL} or ${HILIGHT}q${NORMAL} to go back to the shell."; +print_delim; +' + +display_entry() { + return 0 +} + +## END OF FILE ################################################################# +# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3