xref: /freebsd/sys/contrib/zstd/programs/zstdless (revision 130d950cafcd29c6a32cf5357bf600dcd9c1d998)
1#!/bin/sh
2zstdcat "$@" | less
3