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