source: trunk/athena/etc/xdm/conf/techinfo @ 5167

Revision 5167, 354 bytes checked in by probe, 33 years ago (diff)
Initial revision
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3PATH=/etc:/usr/ucb:/bin:/usr/bin:.:/etc/athena:/bin/athena:/usr/athena
4export PATH
5SHELL=/bin/echo
6export SHELL
7
8attach -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
12detach -q techinfo
13
14exit 0
15
Note: See TracBrowser for help on using the repository browser.