#!/bin/bash

# debe ser sudo



if test x"$1" = x--help ; then
    echo summapack, provee la version
    exit 0
    fi

if test x"$1" = x--version ; then
    echo summapack 1.0
    echo "Copyright (C) 2005 dsa@ututo.org, under GPLv3+"
    echo "This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
    fi
