This is another bash play to demonstrate ability of the command line interface. Try to use your terminal as huge digital clocks:
▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀ ▀▀ ▀▀▀▀▀▀ ▀▀▀▀
▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀▀ ▀▀ ▀▀ ▀▀
▀▀ ▀▀ ▀▀ ▀▀ ▀▀▀ ▀▀ ▀▀ ▀▀▀▀▀ ▀▀
▀▀▀ ▀▀▀ ▀▀ ▀▀ ▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀▀
▀▀ ▀▀ ▀▀▀ ▀▀ ▀▀ ▀▀ ▀▀
▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀
▀▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀ ▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀ ▀▀▀▀ ▀▀▀▀▀▀
The following code use a console font stored in PSF format, the size of char is 8x8. The format is quite simple, the hexadecimal numbers on specific positions correspond to microlines of bitmap char. So, I convert them to the binary representation, and ones are displayed as ▀ character, zeros as spaces.