X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=run;h=3a155433e7452906f3ff329cfa6a969ecb863c10;hb=72ce33393b80034e6407f506de88652895ffab23;hp=af5d425b9a19931c2f44bb0d011ee4269859e018;hpb=1d83ceb2ce2ff5150fd079f1066b7f583e38c8f4;p=physik%2Fposic.git diff --git a/run b/run index af5d425..3a15543 100755 --- a/run +++ b/run @@ -1,10 +1,10 @@ mkdir -p saves video ./clean $1 -./sic +./sic $1 if [ "$?" == "0" ]; then #./perms if [ "$1" ] ; then - rasmol -nodisplay < $1/visualize.scr > /dev/null 2>&1 + rasmol -32 -nodisplay < $1/visualize.scr > /dev/null 2>&1 ./ppm2avi $1 fi fi