mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-18 00:29:31 +03:00
f4da0b414b
svn path=/trunk/netsurf/; revision=2888
4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
export NETSURFRES=`dirname $0`/gtk/res/
|
|
exec `dirname $0`/nsgtk "$@"
|