Created
September 26, 2017 14:29
-
-
Save jamesfe/7bfa9f4ac080d474e7720286ba736556 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| for i in `seq 1 365`; | |
| do | |
| printf $i" " | |
| node ./src/node_render.js $i | |
| done | |
| # Make it | |
| # convert -delay 10 -loop 0 ./output/*.png animated.gif | |
| # http://www.imagemagick.org/discourse-server/viewtopic.php?t=28672 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment