Added environment variable to specify custom arguments to pass to Firefox.
This commit is contained in:
parent
1e6d352a54
commit
ebe461ade1
3 changed files with 17 additions and 1 deletions
|
@ -20,3 +20,8 @@ fi
|
|||
if [ -n "${FF_OPEN_URL:-}" ]; then
|
||||
echo "$FF_OPEN_URL"
|
||||
fi
|
||||
|
||||
# Custom arguments.
|
||||
if [ -n "${FF_CUSTOM_ARGS:-}" ]; then
|
||||
eval 'for word in '$FF_CUSTOM_ARGS'; do echo "$word"; done'
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue