Skip to content

Instantly share code, notes, and snippets.

Created July 30, 2012 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3209615 to your computer and use it in GitHub Desktop.
Save anonymous/3209615 to your computer and use it in GitHub Desktop.
#!/bin/bash
for dir in 7 8 9 10 11
do
echo "Currently doing $dir"
cd $dir
#pymol -c createPNGs.pml
#rm mov0001.png
convert -delay 10 -dispose Background -resize 80% -loop 0 *.png animation.gif
cd ../
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment