summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/tictactoe
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2019-02-07 09:08:01 +0000
committerepochqwert <epoch@hacking.allowed.org>2019-02-07 09:08:01 +0000
commit750473faa49be1a3490d8336190ee920014d8169 (patch)
tree2f14646e064321419c7942981863f571e9a6339b /share/hackvr/examples/tictactoe
parent9f4b99177d8e563f5cfceaf34277d79a681c41f7 (diff)
parent978e097ebfb50d70e5e45530cdf0fecc7654c641 (diff)
downloadhackvr-750473faa49be1a3490d8336190ee920014d8169.tar.gz
hackvr-750473faa49be1a3490d8336190ee920014d8169.zip
merge with testing
Diffstat (limited to 'share/hackvr/examples/tictactoe')
-rwxr-xr-xshare/hackvr/examples/tictactoe/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/tictactoe/run b/share/hackvr/examples/tictactoe/run
index 0f14b8f..4d49770 100755
--- a/share/hackvr/examples/tictactoe/run
+++ b/share/hackvr/examples/tictactoe/run
@@ -2,5 +2,5 @@
turn=$( expr $RANDOM % 2)
echo "go. player: $turn"
mknod p p
-stdbuf -oL cat board p | hackvr | ./game.sh > p
+stdbuf -oL p | hackvr | ./game.sh > p
rm p