diff options
-rwxr-xr-x | makerotate.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makerotate.sh b/makerotate.sh index 2746fab..1d3b07f 100755 --- a/makerotate.sh +++ b/makerotate.sh @@ -1,4 +1,7 @@ #!/bin/sh +x=0 +y=0 +z=0 while true;do for x in $(seq 0 5 360);do for y in $(seq 0 5 360);do |