Home | History | Annotate | Line # | Download | only in cltools
      1 #!/bin/sh
      2 
      3 set -e
      4 
      5 println "+ good path"
      6 zstdgrep "1234" file file.zst
      7 println "+ bad path"
      8 zstdgrep "1234" bad.zst
      9