home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / unix / ftpscrip.tz / ftpscrip / FtpExtra / bin / ftpmenu < prev    next >
Encoding:
Text File  |  1991-08-27  |  819 b   |  24 lines

  1. #!/bin/csh -f
  2.  
  3. # Ftpmenubase does the real work. This script exists merely to automatically 
  4. # send the data file to ftp.  Ftpmenu works using curses, if you dont
  5. # have your terminal type set correctly, things wont work.  If you open
  6. # your xterm wider you will be able to see more. Ftpmenu should correctly
  7. # size to your terminal. If you make it tooo small or narrow then it
  8. # probably wont behave.
  9.  
  10. # This is the long directory list.
  11. set listfile = $FTPEXTRAS/lists/archive.dir
  12.  
  13. # Use this line instead, if you only want this months stuff in your
  14. # Menus.
  15. # listfile = $FTPEXTRAS/lists/archive.dir.short
  16.  
  17. set thingstoget = $FTPEXTRAS/lists/thingstoget
  18. set abstractdir = $FTPEXTRAS/abstracts/abstract.sumex-aim.stanford.edu
  19.  
  20. $FTPEXTRAS/bin/ftpmenubase $listfile $thingstoget $abstractdir
  21. clear
  22. ftp < $thingstoget& 
  23.  
  24.