changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/print-colors.sh

changeset 39: 7889aacae1e0
parent: aac1cf6cf2bb
author: ellis <ellis@rwest.io>
date: Sat, 30 Dec 2023 23:48:31 -0500
permissions: -rwxr-xr-x
description: dylib stuff
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