Removes empty line at end of file

This commit is contained in:
Asger Geel Weirsøe 2020-10-22 14:45:21 +02:00 committed by GitHub
parent c5d5197b01
commit b6bc90c9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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"