#!/usr/bin/sh
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# bos720 src/bos/usr/sbin/cron/batch.sh 1.9 
#  
# Licensed Materials - Property of IBM 
#  
# COPYRIGHT International Business Machines Corp. 1989,1992 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 
# @(#)23      1.9  src/bos/usr/sbin/cron/batch.sh, cmdcntl, bos720 3/27/07 06:12:07
#
# COMPONENT_NAME: (CMDCNTL) system control commands
#
# FUNCTIONS: batch
#
# ORIGINS: 3, 27
#
# (C) COPYRIGHT International Business Machines Corp. 1989, 1992
# All Rights Reserved
# Licensed Materials - Property of IBM
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
# restrictions as set forth in paragraph (b)(3)(B) of the Rights in
# Technical Data and Computer Software clause in DAR 7-104.9(a).
#
# batch: Runs commands at a later time.
#
# This change was made to comply with POSIX P1003.2
# 
/usr/bin/at -q b -m now
