#!/bin/sh # # Sergey V Turchin, Aug 2002 # if [ -n "$BROWSER" ] then exec $BROWSER $@ else exec /usr/bin/url_handler.sh $@ fi