4 # A simple shell script for starting up sel_ldr with an enhanced
5 # library path, for Linux. This allows us to install libraries in
6 # a user directory rather than having to put them someplace like
9 LD_LIBRARY_PATH
=$HOME/.mozilla
/plugins
:$LD_LIBRARY_PATH
10 export LD_LIBRARY_PATH
11 exec $HOME/.mozilla
/plugins
/sel_ldr_bin $@