Megatest

watch-monitor.sh at [c8ab0d511e]
Login

File tests/watch-monitor.sh artifact 408ccfb929 part of check-in c8ab0d511e


#!/bin/bash

sqlite3 fullrun/db/monitor.db << EOF
.header on
.mode column
select * from servers;
.q
EOF