This commit is contained in:
varunkvv 2014-12-20 05:32:47 +00:00
commit 1821d525cc

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&
}