#/bin/bash case "$1" in --version) echo "Empty line" normalize --version | sed -e 's/normalize /normalize-audio/g' ;; *) normalize $* ;; esac