README.3.00 690 B

1234567891011121314151617181920212223242526
  1. NOTE TO PRE-REVISION-3 USERS:
  2. There have been *MANY* changes to ecu since revision 2.8. It is
  3. worth re-reading this file and *at least* the table of contents of
  4. the manual to see what's changed. No effort has been spared to
  5. remain compatible with the previous version, but some changes
  6. were necessary.
  7. Notably, your pre rev-3 ~/.ecu/phone file must have a special
  8. line added manually to the top of it: #ECUPHONE. See
  9. models/phone for an example.
  10. In general:
  11. $i0 = 5
  12. whilei $i0 != 0
  13. {
  14. do 'read-new-man'
  15. ifs %logname != 'confused'
  16. break
  17. $i0 = $i0 - 1
  18. }
  19. ifs %logname == 'confused'
  20. system 'mail -s help wht@wht.net < flame.txt'