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