Removes empty line at end of file
This commit is contained in:
parent
c5d5197b01
commit
b6bc90c9c3
|
|
@ -47,4 +47,3 @@ url=$(echo "$url" | sed -E 's/[^ ]+ +//g' | grep -E "https?:" || echo "$url")
|
|||
[ -z "${url// }" ] && exit
|
||||
|
||||
echo "open $url" >> "$QUTE_FIFO" || qutebrowser "$url"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue