mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
e229090553
zstandard is a new compression library/tool which is very fast at compression/decompression For now import as a private library
3 lines
30 B
Bash
Executable File
3 lines
30 B
Bash
Executable File
#!/bin/sh
|
|
zstdcat "$@" | less
|