Created
January 26, 2019 03:32
-
-
Save ariedro/99d8a7d84a047c09fd2bca23172fbbd4 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
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