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