#!/bin/sh

if [ -L ~/.netscape/lock ]
then
	exec netscape -remote "openBrowser()" $@ 
else
	exec netscape $@ 
fi
