summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/tictactoe
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-10-11 01:55:42 -0500
committerepoch <epoch@hacking.allowed.org>2020-10-11 01:55:42 -0500
commit91e1d05c3f73db1662b58e7387a017dd3b0d011d (patch)
tree308a95d1762688341b1b6197af492794810c8393 /share/hackvr/examples/tictactoe
parent82b8d669d684952b7cb5b697197fed47ccdb6d72 (diff)
parentfe9ad894000ff986cd642d23ac4762e97d5b1ccc (diff)
downloadhackvr-91e1d05c3f73db1662b58e7387a017dd3b0d011d.tar.gz
hackvr-91e1d05c3f73db1662b58e7387a017dd3b0d011d.zip
Merge branch 'master' of ssh://21.41.41.1/hackvr into master
Diffstat (limited to 'share/hackvr/examples/tictactoe')
-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 92192cc..a2adeb1 100755
--- a/share/hackvr/examples/tictactoe/game.sh
+++ b/share/hackvr/examples/tictactoe/game.sh
@@ -31,7 +31,7 @@ grep --line-buffered action \
cat "marker$turn" | offsetshape.sh $translatex "$(expr "$translatey" - 2 )" 0
grep "$group" $BOARDFILE | sed "s/$group/_marked/g"
else
- xmessage "what? $group"
+ printf "# clicked outside of the game board.\n" >&2
fi
fi
done