This commit is contained in:
Alessandro Pezzato 2014-12-20 05:35:39 +00:00
commit 038234fe0f

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 </dev/null &
}