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
url="${url%?}" # remove the last '+'
nohup $open_cmd "$url"
rm nohup.out
nohup $open_cmd "$url"&> /dev/null&
}