First Commit
This commit is contained in:
8
externals/zstd/tests/cli-tests/cltools/zstdgrep.sh
vendored
Normal file
8
externals/zstd/tests/cli-tests/cltools/zstdgrep.sh
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
println "+ good path"
|
||||
zstdgrep "1234" file file.zst
|
||||
println "+ bad path"
|
||||
zstdgrep "1234" bad.zst
|
||||
Reference in New Issue
Block a user