From 978e097ebfb50d70e5e45530cdf0fecc7654c641 Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 7 Feb 2019 03:06:49 -0600 Subject: tictactoe changes likely to get overwritten --- share/hackvr/examples/tictactoe/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/hackvr/examples/tictactoe/run') 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 -- cgit v1.2.3