v2.6 +multi-threading

This commit is contained in:
alex
2015-06-09 19:54:38 +01:00
parent 2364bbf6b9
commit 523cb1e736
10 changed files with 309 additions and 230 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
œ#!/bin/bash
mkdir test
RAD=5
RAD=10
MAXRAD=30
FRQ=800
ERP=20
@@ -17,7 +17,7 @@ while [ $RAD -lt $MAXRAD ]; do
convert test/$RAD.hd.ppm test/$RAD.hd.png
rm test/$RAD.hd.ppm
rm test/$RAD.*cf
let RAD=RAD+5
let RAD=RAD+10
done