summaryrefslogtreecommitdiff
path: root/examples/tictactoe/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tictactoe/run')
-rwxr-xr-xexamples/tictactoe/run6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/tictactoe/run b/examples/tictactoe/run
deleted file mode 100755
index 8dddc99..0000000
--- a/examples/tictactoe/run
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-turn=$( expr $RANDOM % 2)
-echo "go. player: $turn"
-mknod p p
-stdbuf -oL cat board p | hackvr "$USER" | ./game.sh > p
-rm p