From fded56ba8d3ed12c9045ff325970c61157019518 Mon Sep 17 00:00:00 2001 From: Chris Edwards <7331206+chrised@users.noreply.github.com> Date: Fri, 14 Aug 2020 12:24:38 +0100 Subject: [PATCH] implement check as `in` --- cmd/check | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/check b/cmd/check index c52d3c2..777d424 100755 --- a/cmd/check +++ b/cmd/check @@ -1,3 +1,4 @@ #!/bin/sh +set -e -exit 0 +$(dirname ${0})/in