From: Mike Frysinger Date: Sun, 2 Mar 2014 02:44:09 +0000 (-0500) Subject: ignore connect errors X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=364c4d242188756f440293f0cd91ce96f096cf3c;p=home.git ignore connect errors --- diff --git a/.profile.d/google.sh b/.profile.d/google.sh index fd83d06..1286eca 100644 --- a/.profile.d/google.sh +++ b/.profile.d/google.sh @@ -12,4 +12,4 @@ export CROSTOOLS_SKIP_SYNC="true" export CROSTOOLS_GSUTIL="gsutil" export P4DIFFOPTS="-du" -(printf "chromebox: 3000\r\n\r\n" | nc localhost 1817 >/dev/null &) +(printf "chromebox: 3000\r\n\r\n" | nc localhost 1817 >/dev/null 2>&1 &)