Bump Standards-Version to 3.9.2
[grml-quickconfig.git] / quickconfig / 001-heading.sh
1 # grml-quickonfig module
2 # print the heading
3 LINE='print_line "Welcome to grml-quickconfig";
4 print_line "Press a highlighted key to perform an action, or press";
5 print_line "/Return/ or ^q to go back to the shell.";
6 print_delim;
7 '
8
9 display_entry() {
10     return 0
11 }
12
13 ## END OF FILE #################################################################
14 # vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3