Allow passing arguments to Unix shell script
This commit is contained in:
@ -18,4 +18,4 @@ if [ -z $FIREFOX ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
$FIREFOX --profile .
|
||||
$FIREFOX --profile . $@
|
||||
|
Reference in New Issue
Block a user