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