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