home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 12 / Silicon_Graphics_Hot_mix_12_twelve_812-0483-001.iso / .all / demos / webspace / InstallIt.csh 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 WebSpace" \
  5.     -e /bin/csh -cf \
  6.         "echo You must be root to install WebSpace...; \
  7.         cd $HOTMIXDIR/demos/webspace;\
  8.         su root -c './InstallIt2'"
  9.