Revision 5167,
354 bytes
checked in by probe, 33 years ago
(diff) |
Initial revision
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[5167] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | PATH=/etc:/usr/ucb:/bin:/usr/bin:.:/etc/athena:/bin/athena:/usr/athena |
---|
| 4 | export PATH |
---|
| 5 | SHELL=/bin/echo |
---|
| 6 | export SHELL |
---|
| 7 | |
---|
| 8 | attach -q -n -h techinfo |
---|
| 9 | |
---|
| 10 | /usr/bin/X11/xterm -geometry 80x34+60+25 -fn -adobe-courier-medium-r-normal--18-180-75-75-\*-\*-\*-\* -display :0.0 -e /usr/athena/timeout 120 /mit/techinfo/techinfo.prelogin |
---|
| 11 | |
---|
| 12 | detach -q techinfo |
---|
| 13 | |
---|
| 14 | exit 0 |
---|
| 15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.