This commit is contained in:
varunkvv 2014-11-07 19:44:07 +00:00
commit f314421f99

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&
rm nohup.out
} }