1 2 3 4 5
#! /bin/sh # Redirect stdout/stderr to /dev/null before invoking the given test exec $@ >/dev/null 2>&1