HEX
Server: LiteSpeed
System: Linux web0101.theory7.net 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Aug 26 10:33:12 EDT 2025 x86_64
User: t7x1378p822w (2195)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: //bin/zstdless
#!/usr/bin/sh

zstd=${ZSTD:-zstd}

# TODO: Address quirks and bugs tied to old versions of less, provide a mechanism to pass flags directly to zstd

export LESSOPEN="|-${zstd} -cdfq %s"
exec less "$@"