Adam Carter wrote:
> On Wed, May 27, 2015 at 3:24 PM, Franz Fellner <alpine.art...@gmail.com>
> wrote:
> 
> > "Look at" usually means "Read the file" - look at the content ;)
> >
> 
> Lets pretend for one minute that i'm a dumbass. In what way would I read a
> binary executable, and how is that relevant to plugin-container?

Just have a look and don't pretend it's a binary file ;)

$ cat /usr/bin/firefox-bin
#!/bin/sh
unset LD_PRELOAD
LD_LIBRARY_PATH="/opt/firefox/"
GTK_PATH=/usr/lib/gtk-2.0/
exec /opt/firefox/firefox "$@"

Reply via email to