This commit is contained in:
Matthew Kolosick 2014-12-20 05:35:39 +00:00
commit a24d1777f1

View file

@ -37,8 +37,7 @@ function web_search() {
done done
url="${url%?}" # remove the last '+' url="${url%?}" # remove the last '+'
nohup $open_cmd "$url" nohup $open_cmd "$url" >/dev/null 2>&1
rm nohup.out
} }