mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 01:02:28 -04: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
|