diff --git a/bin/yhtml b/bin/yhtml index 664d630..b7914d3 100755 --- a/bin/yhtml +++ b/bin/yhtml @@ -11,7 +11,7 @@ stdbuf -oL -e0 yad --title="${title}" --window-icon=mbcc --borders=0 \ | while read -r line; do case ${line%:*} in https) xdg-open "${line}" &;; - run) ${line##*/} &;; + run) ${line##*//} &;; config) geany "$HOME/${line#*//}" &;; *) echo "No URI";; esac