X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=run;h=5a3a76896c8fc7fcdb3c0690f2560ca8a5b485fe;hb=c0a8b254109929fba10795e644187c51742108a8;hp=264a4aca518259049bfdeaea37f1c26e3d4885f4;hpb=76f807f6dda48b6d606309cea79005e612e4f665;p=physik%2Fposic.git diff --git a/run b/run index 264a4ac..5a3a768 100755 --- a/run +++ b/run @@ -1,10 +1,10 @@ mkdir -p saves video -./clean -./sic +./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