From d30c6246ef2bd08d6420278c0c94e7173fa4a925 Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 13 Apr 2020 00:00:58 -0500 Subject: why was I printing an informative message to stdout? --- share/hackvr/examples/tictactoe/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hackvr/examples/tictactoe/run b/share/hackvr/examples/tictactoe/run index bf9c87a..54d712a 100755 --- a/share/hackvr/examples/tictactoe/run +++ b/share/hackvr/examples/tictactoe/run @@ -1,4 +1,4 @@ #!/usr/bin/env bash turn=$( expr $RANDOM % 2) -echo "go. player: $turn" +echo "# go. player: $turn" >&2 hackvr_coproc ./game.sh -- cgit v1.2.3