diff options
Diffstat (limited to 'share/hackvr/examples/chess/run')
-rwxr-xr-x | share/hackvr/examples/chess/run | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/share/hackvr/examples/chess/run b/share/hackvr/examples/chess/run deleted file mode 100755 index 1168044..0000000 --- a/share/hackvr/examples/chess/run +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -export elevation=0 -mknod p p -stdbuf -oL cat camera.pos <(./board.sh $elevation) <(cat p | ./gnuchess-to-hackvr.sh $elevation) | hackvr "$USER" | ./hackvr-to-gnuchess.sh | gnuchess -x > p -rm p |