home *** CD-ROM | disk | FTP | other *** search
/ The-Coder - The Official Indigo Games / indigo_games.iso / helpscript < prev    next >
Encoding:
Text File  |  1993-03-10  |  170 b   |  10 lines

  1. #!/bin/sh
  2.  
  3. CDPATH=`pwd`/dist
  4. srcdir=$CDPATH/src/$1
  5.  
  6. cd $srcdir
  7. xwsh -autofork -bg black -fg white -cursorbg black \
  8.     -title $srcdir -hold \
  9.     -e /bin/csh -c "more README"
  10.