emptygif
Language: English

All languages and frameworks

base64 (GNU coreutils, BusyBox, macOS) Shell

A Shell snippet for base64 (GNU coreutils, BusyBox, macOS) that answers requests for /pixel.gif with the empty GIF, decoded once at startup.

base64 (GNU coreutils, BusyBox, macOS) Shell

File
pixel.sh
echo 'R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==' | base64 -d > pixel.gif

We ran this snippet and compared the bytes it returned.

Official site: base64 (GNU coreutils, BusyBox, macOS)

More in Shell