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