diff options
Diffstat (limited to 'fdc')
-rwxr-xr-x | fdc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,5 +21,5 @@ esac done PROFILES=$(grep 'Path=' ~/.firedragon/profiles.ini | cut -d'.' -f2) CHOSEN=$(echo "$PROFILES" | dmenu ${ARG:+"$ARG"} -p "firedragon") [ -z "$CHOSEN" ] && exit 2 -exec firedragon -P "$CHOSEN" "$URL" +exec firedragon -P "$CHOSEN" ${URL:+"$URL"} #}}} |