diff options
| author | epoch <epoch@hacking.allowed.org> | 2020-04-02 02:40:40 -0500 | 
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2020-04-02 02:40:40 -0500 | 
| commit | 906c6c4a25fe0542c9741f49d4fcb74b5e5c39b8 (patch) | |
| tree | 9df0cfbbb62f734664a2297fb5549f7148bfdaff /share/hackvr/examples/tictactoe | |
| parent | 71886960c496c867cef03e0c1e154f8fb9d58275 (diff) | |
| download | hackvr-906c6c4a25fe0542c9741f49d4fcb74b5e5c39b8.tar.gz hackvr-906c6c4a25fe0542c9741f49d4fcb74b5e5c39b8.zip | |
changed a couple old scripts to not used a named pipe anymore
Diffstat (limited to 'share/hackvr/examples/tictactoe')
| -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 46a5b44..bf9c87a 100755 --- a/share/hackvr/examples/tictactoe/run +++ b/share/hackvr/examples/tictactoe/run @@ -1,4 +1,4 @@  #!/usr/bin/env bash  turn=$( expr $RANDOM % 2)  echo "go. player: $turn" -socat exec:./game.sh exec:hackvr +hackvr_coproc ./game.sh | 
