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