diff options
Diffstat (limited to 'share/hackvr/examples/tictactoe/run')
-rwxr-xr-x | share/hackvr/examples/tictactoe/run | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/share/hackvr/examples/tictactoe/run b/share/hackvr/examples/tictactoe/run deleted file mode 100755 index 54d712a..0000000 --- a/share/hackvr/examples/tictactoe/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash -turn=$( expr $RANDOM % 2) -echo "# go. player: $turn" >&2 -hackvr_coproc ./game.sh |