diff options
Diffstat (limited to 'filebrowser/frontend-hackvr.sh')
-rwxr-xr-x | filebrowser/frontend-hackvr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filebrowser/frontend-hackvr.sh b/filebrowser/frontend-hackvr.sh index 86c6160..6a26af0 100755 --- a/filebrowser/frontend-hackvr.sh +++ b/filebrowser/frontend-hackvr.sh @@ -1,2 +1,2 @@ #!/bin/bash -cat camera.pos <(stdbuf -oL $1 < p | ./list_to_cubes.sh) | ../hackvr USER | ./action_to_target.sh > p +cat camera.pos <(stdbuf -oL $1 < p | ./list_to_cubes.sh) | hackvr USER | ./action_to_target.sh > p |