diff options
author | epoch <epoch@hacking.allowed.org> | 2018-12-16 19:28:39 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2018-12-16 19:28:39 -0600 |
commit | f479b438e6119e83c95b19aaeccd61a8e5eded27 (patch) | |
tree | 726a3916d9128f6c970f49431ef8b27140e49747 /examples/tictactoe/run | |
parent | 13dd5a6d313a2086647751286ca8315a12c804f1 (diff) | |
download | hackvr-f479b438e6119e83c95b19aaeccd61a8e5eded27.tar.gz hackvr-f479b438e6119e83c95b19aaeccd61a8e5eded27.zip |
fuck if I know. lots of shit. moved files.
Diffstat (limited to 'examples/tictactoe/run')
-rwxr-xr-x | examples/tictactoe/run | 6 |
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 |