Batch of changes

This commit is contained in:
J. Fernando Sánchez
2020-04-15 17:19:21 +02:00
parent fd2ca33e0d
commit 2574a62403
16 changed files with 128 additions and 46 deletions

4
scripts/.bin/colors.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
for i in {0..255} ; do
printf "\x1b[38;5;${i}mcolour${i}\n"
done