diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-15 19:47:16 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-15 19:47:16 +0000 |
| commit | a19eddc34b6e8db043dbf6180c90e9bbe531dc03 (patch) | |
| tree | c1a7236f0695eb15e345486c8c85a1889b661ce8 /programs/zstdless | |
Diffstat (limited to 'programs/zstdless')
| -rwxr-xr-x | programs/zstdless | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/programs/zstdless b/programs/zstdless new file mode 100755 index 000000000000..893799e7d95a --- /dev/null +++ b/programs/zstdless @@ -0,0 +1,2 @@ +#!/bin/sh +zstdcat "$@" | less |
