9 lines
81 B
Bash
Executable File
9 lines
81 B
Bash
Executable File
#! /usr/bin/expect
|
|
|
|
set timeout 20
|
|
set Host "localhost 80"
|
|
|
|
spawn telnet $Host
|
|
|
|
|