aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorepoch <epoch@thebackupbox.net>2020-04-13 00:00:58 -0500
committerepoch <epoch@thebackupbox.net>2020-04-13 00:00:58 -0500
commitd30c6246ef2bd08d6420278c0c94e7173fa4a925 (patch)
tree3be62c797deccf547d1550f686347fdfd5ebb23e /share
parentff2e3e4dcf06bda47fd88f1f17232e3257da93ed (diff)
downloadhackvr-d30c6246ef2bd08d6420278c0c94e7173fa4a925.tar.gz
hackvr-d30c6246ef2bd08d6420278c0c94e7173fa4a925.zip
why was I printing an informative message to stdout?
Diffstat (limited to 'share')
-rwxr-xr-xshare/hackvr/examples/tictactoe/run2
1 files changed, 1 insertions, 1 deletions
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