aboutsummaryrefslogtreecommitdiffstats
path: root/makerotate.sh
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2018-12-16 19:28:39 -0600
committerepoch <epoch@hacking.allowed.org>2018-12-16 19:28:39 -0600
commitf479b438e6119e83c95b19aaeccd61a8e5eded27 (patch)
tree726a3916d9128f6c970f49431ef8b27140e49747 /makerotate.sh
parent13dd5a6d313a2086647751286ca8315a12c804f1 (diff)
downloadhackvr-f479b438e6119e83c95b19aaeccd61a8e5eded27.tar.gz
hackvr-f479b438e6119e83c95b19aaeccd61a8e5eded27.zip
fuck if I know. lots of shit. moved files.
Diffstat (limited to 'makerotate.sh')
-rwxr-xr-xmakerotate.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/makerotate.sh b/makerotate.sh
index 1d3b07f..1e716a4 100755
--- a/makerotate.sh
+++ b/makerotate.sh
@@ -3,12 +3,12 @@ x=0
y=0
z=0
while true;do
- for x in $(seq 0 5 360);do
+# for x in $(seq 0 5 360);do
for y in $(seq 0 5 360);do
- for z in $(seq 0 5 360);do
+# for z in $(seq 0 5 360);do
echo "$1 rotate $x $y $z"
- sleep .0001
- done
+ sleep .1
+# done
done
- done
+# done
done