add zstd
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Test zstdcat symlink in bin/
|
||||
zstdcat hello.zst
|
||||
zstdcat hello.zst world
|
||||
zstdcat hello world.zst
|
||||
zstdcat hello.zst world.zst
|
||||
|
||||
# Test local zstdcat symlink
|
||||
ln -s $(which zstd) ./zstdcat
|
||||
./zstdcat hello.zst
|
||||
Reference in New Issue
Block a user