Let's say you want to make a Stranger Things style christmas light-up message, but strangergif seems to be talking a half hour to load, and you realize the cockeyed.com generator doesn't make a gif, but uses sprites.
NOT A PROBLEM.
Save and run this bash script:
!#/bin/bash
foo=6take6your6meds6
for (( i=0; i<${#foo}; i++ )); do
(
Read more... )