summaryrefslogtreecommitdiff
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/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/chess/run b/share/hackvr/examples/chess/run
index 4f0cdce..0fdfdf3 100755
--- a/share/hackvr/examples/chess/run
+++ b/share/hackvr/examples/chess/run
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
mknod p p
stdbuf -oL cat camera.pos <(./board.sh) <(cat p | ./gnuchess-to-hackvr.sh) | hackvr "$USER" | ./hackvr-to-gnuchess.sh | gnuchess -x > p
rm p