File Manager V1.5

[SYSTEM@ROOT]: /proc/thread-self/root/bin/
INJECT_FILE:
NEW_ENTRY:

FILE_CONTENT: zstdless

#!/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 "$@"
[ KEMBALI ]