Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. f="my_file.xyz"
  2. echo "load '$f';
  3. set perspectiveDepth OFF;
  4. zoom 350;
  5. Color Background White;
  6. write frames {*} 2000 2000 'all.png';" > temp_script
  7. jmol -n --script temp_script
  8. rm -f temp_script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement