From 9f2be41349ca069918cde9e724e4f6f70497be02 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 25 Feb 2014 13:00:09 -0500 Subject: [PATCH] init gnubby --- .profile.d/google.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile.d/google.sh b/.profile.d/google.sh index 1185659..5a5c370 100644 --- a/.profile.d/google.sh +++ b/.profile.d/google.sh @@ -11,3 +11,5 @@ fi export CROSTOOLS_SKIP_SYNC="true" export CROSTOOLS_GSUTIL="gsutil" export P4DIFFOPTS="-du" + +(printf "chromebox: 3000\r\n\r\n" | nc localhost 1817 >/dev/null) & -- 2.39.5