#!/bin/sh # This starts the desired script passing the script name and arguments as a # single string ("$@"). It then sends stdout/stderr to the bit bucket # (>&/dev/null). # The stdin for the script is also the bit bucket (&/dev/null