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