Created
November 3, 2018 11:48
-
-
Save sourcefrog/b311dd1bae2cedf972a4cd0e74f9a62d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in (seq 0 255) | |
set_color (printf '%02x0000\n' $i); echo -n xxi | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment