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:
@@ -1 +1,2 @@
|
||||
zstdcat $@ | less
|
||||
#!/bin/sh
|
||||
zstdcat "$@" | less
|
||||
|
||||
Reference in New Issue
Block a user