1#!/bin/sh 2 3set -e 4 5println "+ good path" 6zstdgrep "1234" file file.zst 7println "+ bad path" 8zstdgrep "1234" bad.zst 9