summaryrefslogtreecommitdiffstats
path: root/src/zstd/programs/zstdless
diff options
context:
space:
mode:
Diffstat (limited to 'src/zstd/programs/zstdless')
-rwxr-xr-xsrc/zstd/programs/zstdless2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zstd/programs/zstdless b/src/zstd/programs/zstdless
new file mode 100755
index 000000000..893799e7d
--- /dev/null
+++ b/src/zstd/programs/zstdless
@@ -0,0 +1,2 @@
+#!/bin/sh
+zstdcat "$@" | less