mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
zstdless: add shebang and quote $@
This commit is contained in:
parent
d76d1a9ef0
commit
fce374a100
1 changed files with 2 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
zstdcat $@ | less
|
||||
#!/bin/sh
|
||||
zstdcat "$@" | less
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue