for f in $(find $1 -iname "*.wsp"); do if [ -a $f ]; then /opt/graphite/bin/whisper-set-aggregation-method.py $f max; fi; done