summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/chess/run
blob: 5a0941bc3e5d6532e1439c2bfe1a5a803dd82848 (plain) (blame)
1
2
3
4
5
#!/bin/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