hcl/t/run.sh

4 lines
53 B
Bash

#!/bin/sh
$@ 2>&1 | grep -E ^ERROR: && exit 1
exit 0