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
echo 'R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==' | base64 -d > pixel.gif
We ran this snippet and compared the bytes it returned.
Official site: base64 (GNU coreutils, BusyBox, macOS)