Bash suppress all output of script (echo off – style)

exec 1>/dev/null 2>/dev/null
at the top of your script