Some bash scripts that echo ASCII art of the Chicago flag or skyline in the horizontal center of the terminal.
(Technically might not be "ASCII" art since they use Unicode characters and ANSI escape sequences?)
flag.sh
: The Chicago flagskyline.sh
: Chicago skyline (supports custom colors via arguments!)
Other scripts:
skyline-condensed.sh
: Legacyskyline-condensed.sh
is nowskyline.sh
To echo the ASCII art in terminal, just run one of the scripts. E.g.:
~/.chicago-flag/flag.sh
skyline.sh
takes up to 6 positional arguments for custom colors. Each argument must be a valid terminal foreground color code that can be passed to tput setaf
.
Examples:
Copyright (c) 2021 Connor de la Cruz
This project is licensed under the terms of the MIT license.