sixel-check/README.md
2025-11-14 16:31:20 -07:00

12 lines
179 B
Markdown

# sixel-check
Run, returns true(0) if sixel support exists, false (1) otherwise
if [ sixel-check ]
then
echo "Sixels are supported"
else
echo "Sixels are not supported"
fi