changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/print-colors.sh

changeset 371: 7dcabf3e0edc
parent: aac1cf6cf2bb
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 15:53:24 -0400
permissions: -rwxr-xr-x
description: no link in bootstrap.sh
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