File: script.unix

package info (click to toggle)
seyon 2.20c-36
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,456 kB
  • sloc: ansic: 18,424; yacc: 184; sh: 183; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# just a comment

echo "Starting script..."

waitfor "HOST>"
transmit "term download^M"

waitfor "HOST>"
transmit "telnet comp^M"

waitfor "login: "
transmit "jonedoe^M"

waitfor "Password:"
transmit "sunshine^M"