#!/bin/bash

cat "$@" | grep -v no.such | lumin -c red -wi ^fail | lumin -c green -wi ^pass
