Ticket #2111: allow pause in copy/move/delete file operation.
[midnight-commander.git] / maint / template.shell
blob7d4be7995a91f49796a5a9bc3e85d88d086ed996
1 #!/bin/bash
3 # Midmight Commander - <one line comment what the file is for>
5 # Copyright (C) <YEARS>
6 # The Free Software Foundation, Inc.
8 # Written by:
9 # Firstname Secondname <your@email.in.net>, <YEARS>
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 3 of the License,
16 # or (at your option) any later version.
18 # The Midnight Commander is distributed in the hope that it will be useful,
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 # GNU 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, see <http://www.gnu.org/licenses/>.
26 #*** include section (source functions, for example) *******************
28 #*** file scope functions **********************************************
30 #*** main code *********************************************************