X-Git-Url: http://git.plutz.net/?p=stereofy;a=blobdiff_plain;f=stereofy.sh;h=a97e5b9af09fc74855680a4620d4e45d3bb1e987;hp=d3f4763ec058df59fa2f075dd5b56b728c890fda;hb=53fedd7fc9e7a2c1eb31bf03b231241950ebb516;hpb=d756f57d5612c2fa4b6fff7db9af57ffbaef59cc diff --git a/stereofy.sh b/stereofy.sh index d3f4763..a97e5b9 100755 --- a/stereofy.sh +++ b/stereofy.sh @@ -1,7 +1,22 @@ #!/bin/sh +# Copyright 2011 Paul Hänsch +# This file is part of Stereofy +# +# Stereofy is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Stereofy is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Stereofy. If not, see . algo="d" #algorythm, Dubois by default -model="rc" #color model, green-magenta by default +model="rc" #color model, red-cyan by default param="" #leave blank, will be -$algo$model left='' right='' @@ -15,7 +30,7 @@ while [ -n "$1" ]; do -rc|--rc|--red-cyan) model="rc";; -mc|--mc|--magenta-cyan) model="mc";; -gm|--gm|--green-magenta) model="gm";; - -ab|--ab|--amber-blue|yellow-blue) model="ab";; + -ab|--ab|--amber-blue|--yellow-blue) model="ab";; -[dfh]rc|-[dfh]gm|-[fe]mc|-dab) param="$1";; -*) echo "no such color model" >/dev/stderr; exit 1;; *) if [ -z "$left" ]; then