blob: 5d8ce18a066b36521ec95d7aa2a9de66aefdf8f9 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# $NetBSD: netscape_mozilla,v 1.2 2002/03/11 10:18:25 abs Exp $
# Simple script used if NS_MOZILLA is set when netscape installed
if [ -z "$NETSCAPE_PREFERRED" ]; then
NETSCAPE_PREFERRED=mozilla:navigator:communicator
fi
exec ns-open "$@"
|