home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.msan.hr
/
ftp.msan.hr.tar
/
ftp.msan.hr
/
Drivers
/
HP
/
Server
/
ml150g2supportCD.nrg
/
autorun
next >
Wrap
Text File
|
2004-03-01
|
277b
|
15 lines
#!/bin/sh
#
# Copyright (c) 2004, Hewlett Packard Technologies Group, L. P.
#
dir=$(echo $0 | sed 's/autorun//')
browser=/usr/bin/mozilla
if [ -f $browser ] ; then
exec $browser $dir/index.html
exit 0
fi
echo "Please open" $dir"index.html with your browser."
exit 1