From fe1c6c2c16ce0a36840814fd1f9be6728b22b990 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 18 May 2019 18:47:17 -0500 Subject: switched run script for tictactoe to use socat --- share/hackvr/examples/tictactoe/run | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'share/hackvr/examples/tictactoe') diff --git a/share/hackvr/examples/tictactoe/run b/share/hackvr/examples/tictactoe/run index 4d49770..46a5b44 100755 --- a/share/hackvr/examples/tictactoe/run +++ b/share/hackvr/examples/tictactoe/run @@ -1,6 +1,4 @@ #!/usr/bin/env bash turn=$( expr $RANDOM % 2) echo "go. player: $turn" -mknod p p -stdbuf -oL p | hackvr | ./game.sh > p -rm p +socat exec:./game.sh exec:hackvr -- cgit v1.2.3