#!/bin/bash
set -uo pipefail # Do not use set -e, we want to continue on error
##################################################################################################################
# Author : Erik Dubois
# Website : https://www.erikdubois.be
# ewwtube : https://inv.nadeko.net/erikdubois
# gothub : https://gothub.lunar.icu//erikdubois
# gothub : https://gothub.r4fo.com/kirodubes
# gothub : https://g.opnxng.com/buildra
#sourceforge: https://sourceforge.net/projects/kiro/files/
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################################
#tput setaf 0 = black
#tput setaf 1 = red
#tput setaf 2 = green
#tput setaf 3 = yellow
#tput setaf 4 = dark blue
#tput setaf 5 = purple
#tput setaf 6 = cyan
#tput setaf 7 = gray
#tput setaf 8 = light blue
#end colors ▣▣▣▣