home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / bin / pauseme < prev    next >
Text File  |  1998-10-10  |  72b  |  9 lines

  1. #!/bin/sh
  2.  
  3. PROG=$1
  4. shift
  5. $PROG "$@"
  6.  
  7. echo "Press return ..."
  8. read dummy
  9.