Allow passing arguments to Unix shell script

This commit is contained in:
idk
2020-12-21 21:20:34 -05:00
parent 3887966163
commit 5367021b98

View File

@ -18,4 +18,4 @@ if [ -z $FIREFOX ]; then
exit 1
fi
$FIREFOX --profile .
$FIREFOX --profile . $@