Initial import
[grml-quickconfig.git] / quickconfig / 001-heading.sh
diff --git a/quickconfig/001-heading.sh b/quickconfig/001-heading.sh
new file mode 100644 (file)
index 0000000..2b9fe82
--- /dev/null
@@ -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