|
|
| 1 |
#! /bin/sh |
1 |
#! /bin/bash -l |
| 2 |
export DISPLAY=127.0.0.1:0.0 |
2 |
export DISPLAY=127.0.0.1:0.0 |
| 3 |
export PATH=/usr/bin:"$PATH" |
3 |
export PATH=/usr/bin:"$PATH" |
| 4 |
|
4 |
|
|
|
| 26 |
|
26 |
|
| 27 |
XWin -multiwindow -clipboard -silent-dup-error & |
27 |
XWin -multiwindow -clipboard -silent-dup-error & |
| 28 |
|
28 |
|
|
|
29 |
# Make sure XWin is ready to accept connections before proceeding |
| 29 |
|
30 |
|
|
|
31 |
checkX -d $DISPLAY -t 12 |
| 32 |
|
| 30 |
# Startup an xterm, using bash as the shell. |
33 |
# Startup an xterm, using bash as the shell. |
| 31 |
|
34 |
|
| 32 |
xterm -e /usr/bin/bash -l & |
35 |
xterm -e /usr/bin/bash -l & |