Skip to content

Instantly share code, notes, and snippets.

@jamesfe
Created September 26, 2017 14:29
Show Gist options
  • Select an option

  • Save jamesfe/03bfe6593be7a8007c55f68c42ecc0e8 to your computer and use it in GitHub Desktop.

Select an option

Save jamesfe/03bfe6593be7a8007c55f68c42ecc0e8 to your computer and use it in GitHub Desktop.
#!/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