Current File : //bin/batch
#!/usr/bin/sh
#
#	Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
#	  All Rights Reserved

#
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.

#ident	"%Z%%M%	%I%	%E% SMI"

set -- `getopt p: $*`
if [ $? != 0 ]; then
    TEXTDOMAIN=SUNW_OST_OSCMD
    export TEXTDOMAIN
    /usr/bin/gettext "Usage: batch [-p project]\n" >&2
    exit 2
fi

exec /usr/bin/at -qb $*