Skip to content

Instantly share code, notes, and snippets.

@valvallow
Last active March 19, 2019 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valvallow/6a5af10c67a19124800a1174b1b5b096 to your computer and use it in GitHub Desktop.
Save valvallow/6a5af10c67a19124800a1174b1b5b096 to your computer and use it in GitHub Desktop.
seq 0 99 | sed -e 's/.*/□/g' -e "1,$(echo $(date +%j)/3.65 | bc)s/.*/■/g" | tr '\n' ' ' | tr -d ' ';echo $(date +%j)/3.65 | bc | sed -e 's/^/ /g' -e 's/$/%/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment