-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: hackvr
action: commit
revision:
path_from:
revision_from: cc26a11eec7b0df5a5b4c35ec5cc1ee816556ef8:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit cc26a11eec7b0df5a5b4c35ec5cc1ee816556ef8
Author: epoch <epoch@hacking.allowed.org>
Date:   Wed Feb 21 04:06:55 2018 -0600

    made makerotate rotate through all dimensions... eventually.

diff --git a/makerotate.sh b/makerotate.sh

index 364d96fd9ecac5bed45c6918fd738a63b5b5ff98..

index ..2746fabfa8ef1e5bcbe757c6e074caa958d050d2 100755

--- a/makerotate.sh
+++ b/makerotate.sh
@@ -1,6 +1,11 @@
 #!/bin/sh
 while true;do
- for i in $(seq 0 359);do
-  echo "$1 rotate 0 $i 0"
+ for x in $(seq 0 5 360);do
+  for y in $(seq 0 5 360);do
+   for z in $(seq 0 5 360);do
+    echo "$1 rotate $x $y $z"
+    sleep .0001
+   done
+  done
  done
 done

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 18:23:14 2024