Megatest

watch-monitor.sh at [a0a2377c26]
Login

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


#!/bin/bash

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