summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/tictactoe/run
blob: bf9c87ae01d60e7d373a0192e1c92ed26ebd1959 (plain) (blame)
1
2
3
4
#!/usr/bin/env bash
turn=$( expr $RANDOM % 2)
echo "go. player: $turn"
hackvr_coproc ./game.sh