diff options
| author | epoch <epoch@hacking.allowed.org> | 2020-10-11 01:55:42 -0500 |
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2020-10-11 01:55:42 -0500 |
| commit | 91e1d05c3f73db1662b58e7387a017dd3b0d011d (patch) | |
| tree | 308a95d1762688341b1b6197af492794810c8393 /share/hackvr/examples/tictactoe | |
| parent | 82b8d669d684952b7cb5b697197fed47ccdb6d72 (diff) | |
| parent | fe9ad894000ff986cd642d23ac4762e97d5b1ccc (diff) | |
| download | hackvr-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-x | share/hackvr/examples/tictactoe/game.sh | 2 |
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 |
