aboutsummaryrefslogtreecommitdiffstats
path: root/share/hackvr/examples/chess/run
diff options
context:
space:
mode:
Diffstat (limited to 'share/hackvr/examples/chess/run')
-rwxr-xr-xshare/hackvr/examples/chess/run5
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