netsurf/netsurf
2006-08-24 18:27:55 +00:00

10 lines
174 B
Bash
Executable File

#!/bin/sh
if [ -d ~/.netsurf ]; then
LOG=~/.netsurf/log.txt
else
LOG=/tmp/netsurf-log.txt
fi
export NETSURFRES=`dirname $0`/gtk/res/
exec `dirname $0`/nsgtk "$@" 2>$LOG