mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cat "$@" | grep -v no.such | lumin -c red -wi ^fail | lumin -c green -wi ^pass
|