home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 12 / Silicon_Graphics_Developer_Magic_Soft_Dev_812-8101-012.iso / .all / demos / netscape / RemoveIt.csh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1995-11-10  |  309 b   |  9 lines

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