#!/bin/sh
echo Netscape=$1
netscape -remote openURL\($1\) || netscape "$1"
