changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/print-colors.sh

changeset 320: 9422a14d72fd
parent: aac1cf6cf2bb
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 21:07:07 -0400
permissions: -rwxr-xr-x
description: tweak
1 #!/bin/sh
2 for C in {0..255}; do
3  tput setab $C
4  echo -n "$C "
5 done
6 tput sgr0
7 echo