X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=run;h=34b75bd26bc263d303f35f8139c701a44e538748;hb=b5b47daaa3718c4dec2056fe5147668023575b8e;hp=264a4aca518259049bfdeaea37f1c26e3d4885f4;hpb=76f807f6dda48b6d606309cea79005e612e4f665;p=physik%2Fposic.git diff --git a/run b/run index 264a4ac..34b75bd 100755 --- a/run +++ b/run @@ -1,10 +1,12 @@ -mkdir -p saves video -./clean -./sic +[ ! -d $1 ] && mkdir $1 +./clean $1 +./sic $@ if [ "$?" == "0" ]; then - ./perms + #./perms if [ "$1" ] ; then - rasmol -nodisplay < $1.scr > /dev/null 2>&1 - ./ppm2avi + #./visualize -w 640 -h 480 -d $1 + ./visualize -w 640 -h 480 -d $1 -nll -2.4 -2.4 -2.4 -fur 3.8 3.8 3.8 -b -2.03 -2.03 -2.03 3.39 3.39 3.39 -r 0.6 -c 1.5 -15.0 1.5 -B 0.1 + #rasmol -32 -nodisplay < $1/visualize.scr > /dev/null 2>&1 + ./ppm2avi $1 fi fi