hcl/t/run.sh

4 lines
48 B
Bash
Raw Normal View History

2022-02-21 15:22:22 +00:00
#!/bin/sh
$@ | grep -E ^ERROR: && exit 1
exit 0