Your IP : 216.73.216.81


Current Path : /proc/thread-self/root/proc/284178/task/284178/root/usr/bin/
Upload File :
Current File : //proc/thread-self/root/proc/284178/task/284178/root/usr/bin/debian-reference

#!/bin/sh
# POSIX compliant script to search browser
set -e # stop at first error
#set -x # debug 

BDOCUMENTSTEM="/usr/share/debian-reference"
if [ -r $BDOCUMENTSTEM/index.html ]; then
  /usr/bin/sensible-browser $BDOCUMENTSTEM/index.html
fi