safety checkin
[physik/posic.git] / run
diff --git a/run b/run
index 264a4ac..af5d425 100755 (executable)
--- a/run
+++ b/run
@@ -1,10 +1,10 @@
 mkdir -p saves video
-./clean
+./clean $1
 ./sic
 if [ "$?" == "0" ]; then
-       ./perms
+       #./perms
        if [ "$1" ] ; then
-               rasmol -nodisplay < $1.scr > /dev/null 2>&1
-               ./ppm2avi
+               rasmol -nodisplay < $1/visualize.scr > /dev/null 2>&1
+               ./ppm2avi $1
        fi
 fi