Path : /bin/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //bin/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 "$@"