diff options
Diffstat (limited to 'share/hackvr/examples/dothack/test.sh')
-rwxr-xr-x | share/hackvr/examples/dothack/test.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/share/hackvr/examples/dothack/test.sh b/share/hackvr/examples/dothack/test.sh deleted file mode 100755 index 7a30544..0000000 --- a/share/hackvr/examples/dothack/test.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -nonblocktail \ - <(./chaosgate.py) \ - <(echo gate move 0 0 150) \ - <(while true;do for i in $(seq 0 5 360);do echo "gate rotate 0 $i 0";sleep .1;done;done) \ - | hackvr_open |