summaryrefslogtreecommitdiff
path: root/hackvr_term
diff options
context:
space:
mode:
Diffstat (limited to 'hackvr_term')
-rwxr-xr-xhackvr_term/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/hackvr_term/run b/hackvr_term/run
index 396a922..cf39f77 100755
--- a/hackvr_term/run
+++ b/hackvr_term/run
@@ -5,5 +5,5 @@ cat <(cat camera.pos | sed 's/USER/'"$USER"'/g') \
| 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
+ | hackvr $USER | tee /dev/stderr > p
rm p