index
:
ben/bin.git
master
my scripts
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
colors.sh
blob: 68288ccc21397d6751bd85582bccac2457038e0d (
plain
)
1
2
3
4
#!/usr/bin/env bash for i in {0..255} ; do printf "\x1b[38;5;${i}mcolour${i}\n" done