mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-12 20:19:37 +01:00
26 lines
933 B
Bash
Executable File
26 lines
933 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# ||||||
|
|
# ||||||||||
|
|
# ||||||||||
|
|
# ||||||||||
|
|
# ||||||
|
|
|
|
# File: colorwheel.textart
|
|
# Description: {{des}}
|
|
# Author: Bastien Dejean
|
|
# └─ https://github.com/baskerville
|
|
# Converted to textart: NNB
|
|
# └─ https://github.com/NNBnh
|
|
# URL: https://github.com/NNBnh/nnbs-text-art/blob/main/color/stark/colorwheel.textart
|
|
|
|
|
|
# Start
|
|
echo -e "\n \033[49;35m|\033[49;31m|\033[101;31m|\033[41;97m|\033[49;91m|\033[49;93m|\033[0m
|
|
\033[105;35m|\033[45;97m|\033[49;97m||\033[100;97m||\033[49;37m||\033[103;33m|\033[43;97m|\033[0m
|
|
\033[49;95m|\033[49;94m|\033[100;37m||\033[40;97m||\033[40;37m||\033[49;33m|\033[49;32m|\033[0m
|
|
\033[104;34m|\033[44;97m|\033[49;90m||\033[40;39m||\033[49;39m||\033[102;32m|\033[42;97m|\033[0m
|
|
\033[49;34m|\033[49;36m|\033[106;36m|\033[46;97m|\033[49;96m|\033[49;92m|\033[0m\n"
|
|
|
|
exit 0
|