From 6833ce4f8e37f384ecb4d7b176eda7445a29a9a4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 25 Feb 2014 13:32:46 -0500 Subject: [PATCH] tweak bg nc --- .profile.d/google.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/google.sh b/.profile.d/google.sh index 5a5c370..fd83d06 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.39.5