Fixed searching the start of word
[midnight-commander.git] / maint / template.shell
blobf4626714bb2b6c7c9c4c889f98a0e80655a79c38
1 #!/bin/bash
3 # Midmight Commander - <one line comment what the file is for>
5 # Copyright (C) <YEARS> Free Software Foundation, Inc.
7 # Written by:
8 # Firstname Secondname <your@email.in.net>
11 # This file is part of the Midnight Commander.
13 # The Midnight Commander is free software; you can redistribute it
14 # and/or modify it under the terms of the GNU General Public License as
15 # published by the Free Software Foundation; either version 2 of the
16 # License, or (at your option) any later version.
18 # The Midnight Commander is distributed in the hope that it will be
19 # useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 # General Public License for more details.
23 # You should have received a copy of the GNU General Public License
24 # along with this program; if not, write to the Free Software
25 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
26 # MA 02110-1301, USA.
28 #*** include section (source functions, for example) *******************
30 #*** file scope functions **********************************************
32 #*** main code *********************************************************