summaryrefslogtreecommitdiff
path: root/tictactoe/run
diff options
context:
space:
mode:
Diffstat (limited to 'tictactoe/run')
-rwxr-xr-xtictactoe/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tictactoe/run b/tictactoe/run
index f470780..8dddc99 100755
--- a/tictactoe/run
+++ b/tictactoe/run
@@ -2,5 +2,5 @@
turn=$( expr $RANDOM % 2)
echo "go. player: $turn"
mknod p p
-stdbuf -oL cat board p | ../src/hackvr_x11 "$USER" | ./game.sh > p
+stdbuf -oL cat board p | hackvr "$USER" | ./game.sh > p
rm p