# scripts/telnet - check on telnet service, not that we use it.

# I've never been able to figure out a script that would match the login
# prompt, so I just make sure that it has at least a newline.

send	\n\n
timeout	5
ok      \n

