Add extension for Perl6
[ohcount] / test / detect_files / bash_script
1 #!/bin/bash
2
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # any later version.
7 #
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 # See the GNU General Public License for more details,
12 # which is available at www.gnu.org
13 for arg
14 do
15         case "$arg" in
16         -h|--help|-help)
17                 echo "Usage:" ;;
18         esac
19 done