summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/dothack/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'share/hackvr/examples/dothack/test.sh')
-rwxr-xr-xshare/hackvr/examples/dothack/test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/hackvr/examples/dothack/test.sh b/share/hackvr/examples/dothack/test.sh
new file mode 100755
index 0000000..7a30544
--- /dev/null
+++ b/share/hackvr/examples/dothack/test.sh
@@ -0,0 +1,6 @@
+#!/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