Multiple firefoxen
fireboxtester
ulist at gs1.ubuntuforums.org
Tue Sep 26 18:22:18 UTC 2006
fireboxtester;1547326 Wrote:
>
> For now I'm going to just kill firefox when I'm logged in as the remote
> user, maybe killall firefox-bin
> -Greg
Ok, I made this bash script and put it on my desktop, so now I just
click this file to launch firefox when I'm logged on remotely.
Obviously *don't use this if you mind losing stuff open in an existing
FF session. And I'm not sure if this is harmful in any way ...*
Code:
--------------------
#! /bin/bash
# script to kill running Firefoxen and launch me one!
# WARNING: UNSAFE!!!
echo Killing Firefox
killall firefox-bin
echo launching Firefox
firefox
--------------------
--
fireboxtester
More information about the ubuntu-users
mailing list