Advertisement
s4ros

colours.sh

Sep 8th, 2022 (edited)
696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | Software | 0 0
  1. #!/usr/bin/env bash
  2. for i in {0..255} ; do
  3.     printf "\x1b[38;5;${i}mcolour${i}\n"
  4. done
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement