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