CLI and tools Bash suppress all output of script (echo off – style) karlo January 5, 2018 0Comment exec 1>/dev/null 2>/dev/null at the top of your script