diff options
| author | epoch <epoch@hack.thebackupbox.net> | 2020-04-14 11:50:30 +0000 | 
|---|---|---|
| committer | epoch <epoch@hack.thebackupbox.net> | 2020-04-14 11:50:30 +0000 | 
| commit | 459bff40e078a3979573000a903b288bcc9a8d3f (patch) | |
| tree | cd8e75a66129042803729924352de80d7a5f5041 /share/hackvr/examples/tictactoe/run | |
| parent | ede4c08f4f15a516a748f8ed89b4f6b06b845c2a (diff) | |
| parent | 9f5c79eff1a3fae473bbdd12afcb77875d8548af (diff) | |
| download | hackvr-459bff40e078a3979573000a903b288bcc9a8d3f.tar.gz hackvr-459bff40e078a3979573000a903b288bcc9a8d3f.zip | |
Merge branch 'master' of /var/git/hackvr
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 bf9c87a..54d712a 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" +echo "# go. player: $turn" >&2  hackvr_coproc ./game.sh | 
