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