3 #==============================================================================
5 # File ID: 23287f94-a5c7-11e6-a6d5-d3c84ac7b384
9 # Author: Øyvind A. Holm <sunny@sunbase.org>
10 # License: GNU General Public License version 2 or later.
11 #==============================================================================
16 if test "$1" = "--version"; then
17 echo $progname $VERSION
21 if test "$1" = "-h"; then
24 Usage: $progname [options]
31 Print version information.
39 # vim: set ts=8 sw=8 sts=8 noet fo+=w tw=79 fenc=UTF-8 :