1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-06 16:56:49 +02:00

zstdless: add shebang and quote $@

This commit is contained in:
Andrew Janke 2016-12-22 17:40:10 -05:00
parent d76d1a9ef0
commit fce374a100

View File

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