11 lines
289 B
Bash
11 lines
289 B
Bash
#!/bin/sh
|
|
# $OpenBSD: netscape.sparc,v 1.2 1999/05/20 17:16:36 brad Exp $
|
|
#
|
|
# Wrapper for the fortified Netscape navigator program.
|
|
|
|
XKEYSYMDB=@netscape_home@
|
|
XNLSPATH=@netscape_home@/nls
|
|
MOZILLA_HOME=@netscape_home@
|
|
export XKEYSYMDB XNLSPATH MOZILLA_HOME
|
|
exec $MOZILLA_HOME/netscape "$@"
|