Closed SuperDisk closed 2 years ago
NVM I'm just stupid, #
is a comment in bash.
Yeah, rgbgfx -o asdf.2bpp -c '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF' testimg.png
works.
Comments are usually disabled in interactive shells, though: https://www.gnu.org/software/bash/manual/bash.html#Comments
Apparently not in Cygwin's default config:
$ echo red is #ff0000
red is
An interactive shell without the interactive_comments option enabled does not allow comments. The interactive_comments option is on by default in interactive shells.
According the link. So it looks like comments are indeed enabled by default in interactive shells.
When in @-files though, the space works.