Skip to content

Instantly share code, notes, and snippets.

View IVainqueur's full-sized avatar
😮‍💨
getting too much sleep

ISHIMWE Vainqueur IVainqueur

😮‍💨
getting too much sleep
View GitHub Profile
@IVainqueur
IVainqueur / ANSI-Test.sh
Created October 3, 2022 16:42 — forked from mxmerz/ANSI-Test.sh
Shell script to test support of ANSI color and style codes
# ANSI Start Codes
# Styles.
Normal="\x1b[0m"
Bold="\x1b[1m"
Faint="\x1b[2m"
Italic="\x1b[3m"
Underline="\x1b[4m"
Blink_Slow="\x1b[5m"
Blink_Rapid="\x1b[6m"