summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/tictactoe/run
diff options
context:
space:
mode:
Diffstat (limited to 'share/hackvr/examples/tictactoe/run')
-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