Skip to content

Instantly share code, notes, and snippets.

@ariedro
Created January 26, 2019 03:32
Show Gist options
  • Save ariedro/99d8a7d84a047c09fd2bca23172fbbd4 to your computer and use it in GitHub Desktop.
Save ariedro/99d8a7d84a047c09fd2bca23172fbbd4 to your computer and use it in GitHub Desktop.
for i in {$(((2**31 - `date +%s`) / 86400))..0}; do if [ $((i % 7)) -eq 6 ] || [ $((i % 7)) -eq 0 ]; then echo -n ░; elif [ $((i % 2)) -eq 0 ]; then echo -n ▒; elif echo -n ▓; done; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment