#!/bin/sh
# tinyssh check: something answers TCP on 22 (tcpsvd accepted, daemon live).
exec /usr/bin/nc -z -w2 127.0.0.1 22
