hcl/t/run.sh

4 lines
53 B
Bash
Raw Normal View History

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