Skip to content

Instantly share code, notes, and snippets.

@andersx
Created May 27, 2020 09:24
Show Gist options
  • Save andersx/612b624a2ab6582cc46502d855e29eb7 to your computer and use it in GitHub Desktop.
Save andersx/612b624a2ab6582cc46502d855e29eb7 to your computer and use it in GitHub Desktop.
Jmol gifmaker
#!/usr/bin/env bash
jmol $1 -s /home/andersx/bin/gif.script --nodisplay
convert -delay 3 -loop 0 all*.jpg all.gif
rm all[0-9]*.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment