summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/tictactoe/run
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2019-02-07 03:06:49 -0600
committerepoch <epoch@hacking.allowed.org>2019-02-07 03:06:49 -0600
commit978e097ebfb50d70e5e45530cdf0fecc7654c641 (patch)
tree1be2e2d03474d7d5e61f2d992271fc492fa7df89 /share/hackvr/examples/tictactoe/run
parent087e0973860fd97a8283ed15b56e6dba62dcdf2b (diff)
downloadhackvr-978e097ebfb50d70e5e45530cdf0fecc7654c641.tar.gz
hackvr-978e097ebfb50d70e5e45530cdf0fecc7654c641.zip
tictactoe changes likely to get overwritten
Diffstat (limited to 'share/hackvr/examples/tictactoe/run')
-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