mirror of
https://github.com/facebook/zstd.git
synced 2024-11-28 03:46:46 +08:00
3 lines
30 B
Bash
Executable File
3 lines
30 B
Bash
Executable File
#!/bin/sh
|
|
zstdcat "$@" | less
|