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