OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [example/] [rlogin-display] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
#!/depot/path/expect --
2
# rlogin.exp - rlogin but with current DISPLAY
3
#
4
# You can extend this idea to save any arbitrary information across rlogin
5
# Don Libes -  Oct 17, 1991.
6
 
7
set prompt "(%|#|\\$) $"                ;# default prompt
8
catch {set prompt $env(EXPECT_PROMPT)}
9
 
10
eval spawn rlogin $argv
11
set timeout 60
12
expect eof exit timeout {send_user "timed out\n"; exit} -re $prompt
13
if [string match "unix:0.0" $env(DISPLAY)] {
14
        send "setenv DISPLAY [exec hostname].[exec domainname]:0.0\r"
15
} else {
16
        send "setenv DISPLAY $env(DISPLAY)\r"
17
}
18
interact

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.