more updates -> testing
[physik/posic.git] / run
diff --git a/run b/run
index 584a446..b1a2ceb 100755 (executable)
--- a/run
+++ b/run
@@ -1,13 +1,13 @@
 mkdir -p saves video
 ./clean
-./posic $@
+./sic $@
 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
+               rasmol -nodisplay < ${base}.scr > /dev/null 2>&1
                ./ppm2avi
        fi
 fi