home *** CD-ROM | disk | FTP | other *** search
/ ftp.msan.hr / ftp.msan.hr.tar / ftp.msan.hr / Drivers / HP / Server / ml150g2supportCD.nrg / autorun next >
Text File  |  2004-03-01  |  277b  |  15 lines

  1. #!/bin/sh
  2. #
  3. # Copyright (c) 2004, Hewlett Packard Technologies Group, L. P.
  4. #
  5.  
  6. dir=$(echo $0 | sed 's/autorun//')
  7. browser=/usr/bin/mozilla
  8. if [ -f $browser ] ; then
  9.     exec $browser $dir/index.html
  10.         exit 0
  11. fi
  12.  
  13. echo "Please open" $dir"index.html with your browser."
  14. exit 1
  15.