help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-bash] Firefox Parameter


From: Joydeep Chakrabarty
Subject: [Help-bash] Firefox Parameter
Date: Mon, 15 Dec 2014 11:20:39 +0000 (UTC)
User-agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2)

Hello,

I need to start Firefox from shell. I created a script (ff) which 
contains -

#! /bin/sh
firefox -newtab "$@" || firefox "$@" &

I made it executable with +x option. Now when I run it using "./ff 
www.yahoo.com", it always opens up my homepage(google). What am I doing 
wrong here?
Please help.
Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]