summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/tictactoe
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-01-30 00:43:36 -0600
committerepoch <epoch@hacking.allowed.org>2020-01-30 00:43:36 -0600
commitbe5036823057d2ba50632def57fa02cbc9d54922 (patch)
tree1de103014d6db9aaf9c814a7fe26770f8ca5bd51 /share/hackvr/examples/tictactoe
parent709b4bb2da228270c2a03fec9b63b9a9ad8a571f (diff)
downloadhackvr-be5036823057d2ba50632def57fa02cbc9d54922.tar.gz
hackvr-be5036823057d2ba50632def57fa02cbc9d54922.zip
left in a debug tee to stderr
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 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"