#!/usr/bin/qsh
#
# //  DESCRIPTION:
# //      Script file used to revoke WebSphere Application Server Authority
# //      Server instance.

. $(/usr/bin/dirname $0)/setupCmdLine
 
/QSYS.LIB/${WAS_LIB}.LIB/QRVKWASAUT.PGM "$@"
