home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / gopher+1.2b4 / gopherd / makegopherindex < prev    next >
Encoding:
Text File  |  1993-03-24  |  170 b   |  11 lines

  1. #!/bin/sh
  2.  
  3. echo "Making gopherindex for data directory $2, $1 style"
  4. echo " "
  5.  
  6. sed -e "s.GHOME.$2." -e "s/ITYPE/$1/" gopherindex.raw >gopherindex
  7.  
  8. chmod +x gopherindex
  9.  
  10.  
  11.