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