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