home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 12
/
Silicon_Graphics_Developer_Magic_Soft_Dev_812-8101-012.iso
/
.all
/
demos
/
netscape
/
InstallIt.csh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1995-11-10
|
304 b
|
9 lines
#!/bin/csh -f
xwsh -bg royalblue -fg white \
-geom 80x30+100+100 -cursorfg violetred1 -cursorbg violetred1 \
-title "Install Netscape" \
-e /bin/csh -cf \
"echo You must be root to install Netscape...; \
cd $HOTMIXDIR/demos/netscape;\
su root -c './InstallIt2'"