diff options
Diffstat (limited to 'mbc')
-rwxr-xr-x | mbc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,5 +32,5 @@ PROFILES="$NATIVE_PROFILES" #{{{ Choose Profiles CHOSEN=$(printf "%s" "$PROFILES" | dmenu -l 15 -p "mullvad-browser" ${ARG:+"$ARG"}) [ -z "$CHOSEN" ] && exit 2 -exec mullvad-browser -P "$CHOSEN" "$URL" +exec mullvad-browser -P "$CHOSEN" ${URL:+"$URL"} #}}} |