summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/tictactoe/game.sh
diff options
context:
space:
mode:
Diffstat (limited to 'share/hackvr/examples/tictactoe/game.sh')
-rwxr-xr-xshare/hackvr/examples/tictactoe/game.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/tictactoe/game.sh b/share/hackvr/examples/tictactoe/game.sh
index 8c741fc..0ad81f9 100755
--- a/share/hackvr/examples/tictactoe/game.sh
+++ b/share/hackvr/examples/tictactoe/game.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
turn=$( expr $RANDOM % 2)
-cat camera.pos
+cat camera.pos board
echo "go. player: $turn" >&2
stdbuf -oL uniq \
| grep --line-buffered action \