1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-07 08:05:38 +02:00
Files
zstd/tests/cli-tests/cltools/zstdgrep.sh

9 lines
116 B
Bash
Raw Normal View History

#!/bin/sh
set -e
println "+ good path"
zstdgrep "1234" file file.zst
println "+ bad path"
zstdgrep "1234" bad.zst