update web-search to not write to nohup.out

This commit is contained in:
mkolosick 2014-10-13 20:13:24 -04:00
commit bcd6d2a9cc

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