aboutsummaryrefslogtreecommitdiffstats
path: root/share/hackvr/examples/hackvr_term/run
diff options
context:
space:
mode:
Diffstat (limited to 'share/hackvr/examples/hackvr_term/run')
-rwxr-xr-xshare/hackvr/examples/hackvr_term/run9
1 files changed, 0 insertions, 9 deletions
diff --git a/share/hackvr/examples/hackvr_term/run b/share/hackvr/examples/hackvr_term/run
deleted file mode 100755
index 9fcc247..0000000
--- a/share/hackvr/examples/hackvr_term/run
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-mknod p p
-cat <(cat camera.pos | sed 's/USER/'"$USER"'/g') \
- <(./hackvr_data_decode.sh <p \
- | python -c 'import pty;pty.spawn("/bin/bash")' \
- | ./hackvr_term 80 25 \
- | sed -u 's/addshape -1/addshape 2/g') \
- | hackvr $USER | tee /dev/stderr > p
-rm p