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