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:
Linux/UNIX/POSIX Shell Script  |  1995-11-10  |  304 b   |  9 lines

  1. #!/bin/csh -f
  2.     xwsh -bg royalblue -fg white \
  3.         -geom 80x30+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  4.         -title "Install Netscape" \
  5.     -e /bin/csh -cf \
  6.         "echo You must be root to install Netscape...; \
  7.         cd $HOTMIXDIR/demos/netscape;\
  8.         su root -c './InstallIt2'"
  9.