|
|
1.1 ! root 1: sys 20 verify nonNull help "Sitename of remote system." ! 2: ! 3: Line 7 verify checkLine \ ! 4: help "ACU, None or a DIR line (2nd entry) in devices." ! 5: ! 6: baudRate 6 verify numeric help "110, 300, 600, 1200, 2400, 4800, 9600 or 19200" ! 7: ! 8: phoneNo 14 verify noWhite \ ! 9: help "Must be in the format understood by your dialer." ! 10: ! 11: do 7 TIMEPAIRS ! 12: day 15 verify checkDay skip group \ ! 13: help "Su Mo Tu We Th Fr Sa Wk Any Never" ! 14: timeFrom 4 verify checkTime skip 1 \ ! 15: help "0000 to 2400 or null for any" ! 16: timeTo 4 verify checkTime help "0000 to 2400" ! 17: done ! 18: ! 19: do 8 SENDPAIRS ! 20: expect 28 long verify noWhite help "Expected message from remote site." ! 21: send 28 long verify noWhite help "Reply to remote site." ! 22: done ! 23: %% ! 24: Connected system list ! 25: System ! ! 26: Line ! ! 27: baud rate ! ! 28: phone number ! ! 29: Day to call Time From Time To ! 30: ! ! ! ! 31: ! ! ! ! 32: ! ! ! ! 33: ! ! ! ! 34: ! ! ! ! 35: ! ! ! ! 36: ! ! ! ! 37: expect ! send ! ! 38: expect ! send ! ! 39: expect ! send ! ! 40: expect ! send ! ! 41: expect ! send ! ! 42: expect ! send ! ! 43: expect ! send ! ! 44: expect ! send !
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.