mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
zstandard is a new compression library/tool which is very fast at compression/decompression For now import as a private library
2 lines
30 B
Bash
Executable file
2 lines
30 B
Bash
Executable file
#!/bin/sh
|
|
zstdcat "$@" | less
|