X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=run;h=6e120d781b42e1e3d721d3b0c2a3b64df4729853;hp=5a20df0b0acb4ce0266fe158db475901f163aa3f;hb=c1f74e23422d004f7b9d2493cc747871c7ebfbae;hpb=e1348f10aff2c0bb1040108181d13fcb48db5af2 diff --git a/run b/run index 5a20df0..6e120d7 100755 --- a/run +++ b/run @@ -4,7 +4,8 @@ if [ "$?" == "0" ]; then #./perms if [ "$1" ] ; then - rasmol -32 -nodisplay < $1/visualize.scr > /dev/null 2>&1 + ./visualize $1 + #rasmol -32 -nodisplay < $1/visualize.scr > /dev/null 2>&1 ./ppm2avi $1 fi fi