1
0
mirror of https://github.com/facebook/zstd.git synced 2025-12-01 23:57:51 +03:00

Merge pull request #497 from apjanke/zstdless-with-shebang

zstdless: add shebang and quote $@
This commit is contained in:
Yann Collet
2016-12-23 11:18:10 +01:00
committed by GitHub

View File

@@ -1 +1,2 @@
zstdcat $@ | less
#!/bin/sh
zstdcat "$@" | less