minetest / minetestmapper

Generates a overview image of a minetest map.
BSD 2-Clause "Simplified" License
112 stars 40 forks source link

put color values in quotes #51

Closed clavinet closed 6 years ago

clavinet commented 6 years ago

the command line doesn't seem to like the "#" char, see https://forum.minetest.net/viewtopic.php?p=182380#p182380

sfan5 commented 6 years ago

the command line

That's the shell, more specifically bash interpreting # as beginning of a comment.