forked from dan/liminix
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
set timeout 60
|
|
|
|
spawn socat unix-connect:vm/console -
|
|
send "\r\n"
|
|
expect {
|
|
"# " { send "hostname\r\n" };
|
|
}
|
|
expect "(none)" |