rwxrob-dot/scripts/crnd

6 lines
119 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/usr/bin/env bash
red=$[RANDOM%255]
green=$[RANDOM%255]
blue=$[RANDOM%255]
echo -en "\033[38;2;$red;$green;${blue}m"