Megatest

watch-monitor.sh at [8a6b4757c8]
Login

File tests/watch-monitor.sh artifact b68f1ca512 part of check-in 8a6b4757c8


#!/bin/bash

if [ -e fullrun/db/monitor.db ];then
sqlite3 fullrun/db/monitor.db << EOF
.header on
.mode column
select * from servers order by start_time desc;
.q
EOF
fi