emptygif
语言: 简体中文

所有语言和框架

base64 (GNU coreutils, BusyBox, macOS) Shell

一个用于 base64 (GNU coreutils, BusyBox, macOS) 的 Shell 代码片段,以空 GIF 响应对 /pixel.gif 的请求,GIF 在启动时只解码一次。

base64 (GNU coreutils, BusyBox, macOS) Shell

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

我们运行了此代码片段,并比对了它返回的字节。

官方网站: base64 (GNU coreutils, BusyBox, macOS)

更多 Shell 示例