#!/bin/sh -f
#++++++++++++++++
#.IDENTIFICATION sh2null
#.LANGUAGE       Bourne shell
#.AUTHOR         Francois Ochsenbein [CDS]
#.ENVIRONMENT    Unix
#.VERSION  1.0   13-Jan-1992
#.PURPOSE        Just redirects the stderr to /dev/null, i.e. remove.
#.COMMENTS       This can't be done in C-shell ...
#----------------
$* 2> /dev/null
