/* REXX stubb for sh apropos script.  Use pdksh to parse the sh script.
 * I'll be the first to admit this is ugly, but until I have time to 
 * rewrite all .sh scripts in REXX, this will have to do.
 * Copyright 1994 Justin T. Gibbs
 * Comercial use exclusively granted for products of Walnut Creek CDROM Inc.
 */
'@echo off'
parse arg all_args
ksh "-c "'"'. apropos.sh'"' all_args
