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