From 289727d7bcc9bc5488c5d6d7c46473d31477ff45 Mon Sep 17 00:00:00 2001 From: "Joshua Moerman (@Kassalade)" Date: Sun, 10 Jul 2011 20:14:58 +0200 Subject: [PATCH] my batch --- batch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch.sh b/batch.sh index d958a40..950e342 100755 --- a/batch.sh +++ b/batch.sh @@ -1,2 +1,2 @@ #!/bin/bash -while true; do ./bin/Release/AwesomeAttractor -R -I 10 -W 400 -H 400 -v attractors/emptyUnravelHeart3D.stf; done +while true; do ./AwesomeAttractor -P /var/www/joshua/render/unravelheart/ -R -I 100 -W 1024 -H 1024 -v attractors/emptyUnravelHeart3D.stf; done