X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=run;fp=run;h=4c753fe476cc66aa3586a0a32edad1791c5338ab;hb=8358faac044f73487d64f5ba46690dd84367e532;hp=0000000000000000000000000000000000000000;hpb=512390ceb93a2dd630943165b35bba683e0ffcfc;p=physik%2Fposic.git diff --git a/run b/run new file mode 100755 index 0000000..4c753fe --- /dev/null +++ b/run @@ -0,0 +1,12 @@ +./clean +./posic $@ +if [ "$?" == "0" ]; then + ./perms + argv="`echo $@ | grep -- '-V'`" + if [ "$argv" ] ; then + base=`echo $argv | awk -F'-V' '{ print $2 }' | \ + awk '{ print $2 }'` + rasmol -nodisplay < ${base}.scr + ./ppm2avi + fi +fi