summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/hackvr_term
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2019-02-06 01:20:43 -0600
committerepoch <epoch@hacking.allowed.org>2019-02-06 01:20:43 -0600
commitc45f918c635ea6f8d947f5e7bb7f646656c89b30 (patch)
treed4a2faf10a09779dfbbefe6e68a47cc663e803ac /share/hackvr/examples/hackvr_term
parentbf16b7b8593d4013adbd03838af5a2fb3bce34ee (diff)
downloadhackvr-c45f918c635ea6f8d947f5e7bb7f646656c89b30.tar.gz
hackvr-c45f918c635ea6f8d947f5e7bb7f646656c89b30.zip
changed the shebang from /bin/bash to /usr/bin/env bash on a lot of the examples.
Diffstat (limited to 'share/hackvr/examples/hackvr_term')
-rwxr-xr-xshare/hackvr/examples/hackvr_term/run2
-rwxr-xr-xshare/hackvr/examples/hackvr_term/run.pty2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/hackvr/examples/hackvr_term/run b/share/hackvr/examples/hackvr_term/run
index cf39f77..9fcc247 100755
--- a/share/hackvr/examples/hackvr_term/run
+++ b/share/hackvr/examples/hackvr_term/run
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
mknod p p
cat <(cat camera.pos | sed 's/USER/'"$USER"'/g') \
<(./hackvr_data_decode.sh <p \
diff --git a/share/hackvr/examples/hackvr_term/run.pty b/share/hackvr/examples/hackvr_term/run.pty
index 73e24cb..1cfcf96 100755
--- a/share/hackvr/examples/hackvr_term/run.pty
+++ b/share/hackvr/examples/hackvr_term/run.pty
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
mknod p p
cat <(cat camera.pos | sed 's/USER/'"$USER"'/g') \
<(./hackvr_data_decode.sh <p \