gcc484ntopperl-5.22
Last change
on this file since 0105685 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
356 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | HOST=192.168.13.197 |
---|
3 | /mnt/live/usr/X11R6/bin/xset m 1 1 |
---|
4 | /mnt/live/usr/X11R6/bin/xset m 0 0 |
---|
5 | xv -root -quit -max -smooth -viewonly /etc/splash/S/800x600.jpg & |
---|
6 | |
---|
7 | #xterm & |
---|
8 | while true; do |
---|
9 | if ! rdesktop $HOST -f -x l -P; then |
---|
10 | Xdialog -msg "Cannot connect to terminal server at $HOST. Press OK to try again" 0 0 |
---|
11 | fi |
---|
12 | done |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.