#!/bin/sh multitail \ -wh 10 \ -t "Certificates" -ci magenta -l "while :; do tai64nlocal < cert ; done" \ -t "DANE" --label "DANE " -L "while :; do tai64nlocal < dane ; done" \ -t "Errors" -ci red -L "while :; do tai64nlocal < err ; done" \ -t "Responses" -ci green --label "< " -l "while :; do tai64nlocal < ok ; done" \ -t "Others" -ci white -L "while :; do tai64nlocal < other ; done" \ -t "Redirections" -ci cyan --label "R " -L "while :; do tai64nlocal < redir ; done" \ -t "Requests" -ci blue --label "> " -L "while :; do tai64nlocal < req ; done" \ -t "TLS connections" -ci yellow --label "S " -L "while :; do tai64nlocal < tls ; done"