diff options
author | epoch <epoch@thebackupbox.net> | 2020-04-13 00:00:58 -0500 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2020-04-13 00:00:58 -0500 |
commit | d30c6246ef2bd08d6420278c0c94e7173fa4a925 (patch) | |
tree | 3be62c797deccf547d1550f686347fdfd5ebb23e /share/hackvr/examples/tictactoe/run | |
parent | ff2e3e4dcf06bda47fd88f1f17232e3257da93ed (diff) | |
download | hackvr-d30c6246ef2bd08d6420278c0c94e7173fa4a925.tar.gz hackvr-d30c6246ef2bd08d6420278c0c94e7173fa4a925.zip |
why was I printing an informative message to stdout?
Diffstat (limited to 'share/hackvr/examples/tictactoe/run')
-rwxr-xr-x | share/hackvr/examples/tictactoe/run | 2 |
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 |