mirror of
https://github.com/facebook/zstd.git
synced 2025-07-07 08:05:38 +02:00
9 lines
116 B
Bash
9 lines
116 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
println "+ good path"
|
||
|
zstdgrep "1234" file file.zst
|
||
|
println "+ bad path"
|
||
|
zstdgrep "1234" bad.zst
|