diff options
author | epochqwert <epoch@hacking.allowed.org> | 2019-02-07 09:08:01 +0000 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2019-02-07 09:08:01 +0000 |
commit | 750473faa49be1a3490d8336190ee920014d8169 (patch) | |
tree | 2f14646e064321419c7942981863f571e9a6339b /share/hackvr/examples/tictactoe/run | |
parent | 9f4b99177d8e563f5cfceaf34277d79a681c41f7 (diff) | |
parent | 978e097ebfb50d70e5e45530cdf0fecc7654c641 (diff) | |
download | hackvr-750473faa49be1a3490d8336190ee920014d8169.tar.gz hackvr-750473faa49be1a3490d8336190ee920014d8169.zip |
merge with testing
Diffstat (limited to 'share/hackvr/examples/tictactoe/run')
-rwxr-xr-x | share/hackvr/examples/tictactoe/run | 2 |
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 |