remove old file
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
8fcfefc900
commit
e29d75ab60
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
export TERM=xterm-256color
|
||||
|
||||
for i in {0..255}; do
|
||||
echo -e "\033[38;5;${i}m$i\t"
|
||||
if (( ($i + 1) % 10 == 0 )); then echo; fi
|
||||
done
|
||||
echo -e "\e[0m"
|
||||
|
||||
printf "\033[38;5;208mTexte en orange (code 208)\033[0m\n"
|
||||
Loading…
Add table
Add a link
Reference in a new issue