template.shell 1.2 KB

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