diff --git a/check b/check index 1a24852..70aa535 100755 --- a/check +++ b/check @@ -1 +1,6 @@ #!/bin/sh + +exec 3>&1 +exec 1>&2 + +echo "[]" >&3