Skip to content

Instantly share code, notes, and snippets.

@nicokruger
Created March 13, 2012 11:07
Show Gist options
  • Save nicokruger/2028148 to your computer and use it in GitHub Desktop.
Save nicokruger/2028148 to your computer and use it in GitHub Desktop.
spd-povray
for F in `find . -executable`; do ./$F -r 4 > tmp.pov; povray +O$F.png +A0.5 +AM2 +W1600 +H1200 tmp.pov; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment