summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/hackvr_term/read_line.sh
diff options
context:
space:
mode:
authorepoch <epoch@thebackupbox.net>2022-08-17 21:34:02 -0500
committerepoch <epoch@thebackupbox.net>2022-08-17 21:34:02 -0500
commit6492ba6b4107a4da228e18db4fc5fc871bfb0579 (patch)
tree11301c4e20d9a1448337e73b62a16ab1bfeba457 /share/hackvr/examples/hackvr_term/read_line.sh
parent49d54d7582bdcbdcff5637e72e9f29bb5cc571bd (diff)
downloadhackvr-6492ba6b4107a4da228e18db4fc5fc871bfb0579.tar.gz
hackvr-6492ba6b4107a4da228e18db4fc5fc871bfb0579.zip
updated README to show that everything that got deleted went to an -extras repo. also, hackvr script updated to be better bashHEADmaster
Diffstat (limited to 'share/hackvr/examples/hackvr_term/read_line.sh')
-rwxr-xr-xshare/hackvr/examples/hackvr_term/read_line.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/share/hackvr/examples/hackvr_term/read_line.sh b/share/hackvr/examples/hackvr_term/read_line.sh
deleted file mode 100755
index c26ebf3..0000000
--- a/share/hackvr/examples/hackvr_term/read_line.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-./hackvr_data_decode.sh \
- | ./pty `which bash` "-c" 'read -p "type> " line;xmessage $line' \
- | ./hackvr_term 60 2 \
- | sed -u 's/addshape 15 4/addshape 12 4/g'