#! /bin/sh

if [ `basename $0` == "quieter" ]; then
  aumix -v -6
else
  aumix -v +6
fi

aumix -v q
