Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] global pgid: unique value -> list
[simgrid.git] / tools / tesh / color.tesh
1
2
3 ! output display
4 $ printf "I \033[0;31mlove\033[0m tesh\n"
5 > I love tesh
6
7 ! output display
8 $ echo -e "\e[1;4mBold and Underlined\e[0m"
9 > Bold and Underlined
10
11 ! output display
12 $ echo -e "Default \e[94mLight blue\e[0m"
13 > Default Light blue
14
15 ! output display
16 $ echo -e "\e[38;5;82mHello \e[38;5;198mWorld\e[0m"
17 > Hello World