Dashboard
PHP:
8.0.30
OS:
Linux
User:
ws67185493
/
/
usr
/
bin
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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 "$@"
Save
Cancel