home *** CD-ROM | disk | FTP | other *** search
/ The Best Internet Programs / BESTINTERNET.bin / latest / snup105 / slipknot.scr < prev    next >
Encoding:
INI File  |  1994-12-01  |  446 b   |  23 lines

  1. [slipcommand]
  2. n=10
  3. l1=case $1 in
  4. l2=-g) echo xxx working >slipknot.status
  5. l3=./.slipgeturl "$2" &
  6. l4=echo $! >slipknot.proc ;;
  7. l5=-k) kill -9 `cat slipknot.proc` ;;
  8. l6=-s) cat slipknot.status ;;
  9. l7=*)  echo Bad argument
  10. l8=esac
  11. l9=echo OK
  12. l10=exit
  13.  
  14. [lynx]
  15. n=2
  16. l1=lynx -dump -source "$1" >slipknot.tmp
  17. l2=echo xxx $? done >slipknot.status
  18.  
  19. [www]
  20. n=2
  21. l1=www -n -source "$1" >slipknot.tmp
  22. l2=echo xxx $? done >slipknot.status
  23.