diff options
Diffstat (limited to 'share/hackvr/examples/chess/run')
-rwxr-xr-x | share/hackvr/examples/chess/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/chess/run b/share/hackvr/examples/chess/run index 5a0941b..1168044 100755 --- a/share/hackvr/examples/chess/run +++ b/share/hackvr/examples/chess/run @@ -1,4 +1,4 @@ -#!/bin/bash +#!/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 |