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