mirror of
https://github.com/sharkdp/bat
synced 2026-06-09 10:03:18 +00:00
cafad6b036
Generate highlighted test outputs for tclsh, wish, and expect shebang detection files to prevent regressions.
307 B
Vendored
307 B
Vendored
#!/usr/bin/expect -f
# Expect script detected via expect shebang
set timeout 30
spawn ssh user@host
expect "password:"
send "secret\r"
expect eof
# Expect script detected via expect shebang
set timeout 30
spawn ssh user@host
expect "password:"
send "secret\r"
expect eof