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