X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=run;h=5a20df0b0acb4ce0266fe158db475901f163aa3f;hb=9f6af2cd82a72451741b68ca333f94c6c1d2eec5;hp=264a4aca518259049bfdeaea37f1c26e3d4885f4;hpb=76f807f6dda48b6d606309cea79005e612e4f665;p=physik%2Fposic.git diff --git a/run b/run index 264a4ac..5a20df0 100755 --- a/run +++ b/run @@ -1,10 +1,10 @@ -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 + rasmol -32 -nodisplay < $1/visualize.scr > /dev/null 2>&1 + ./ppm2avi $1 fi fi