diff options
| -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 a1d1ef3..b4187dd 100755 --- a/share/hackvr/examples/tictactoe/game.sh +++ b/share/hackvr/examples/tictactoe/game.sh @@ -4,7 +4,7 @@ BOARDFILE=board_orig  cat camera.pos $BOARDFILE  echo "go. player: $turn" >&2  grep --line-buffered action \ -  | tee /dev/stderr | while read user derp group;do +  | while read user derp group;do  #    echo FUCK >&2      if grep "_reset" <<<$group >/dev/null;then       printf "%s deleteallexcept .\n" "$user" | 
