#!/bin/sh
# This script test the dns2tcpc basic execution
# Author: Marcio Souza <marciosouza@debian.org>
# Last-Update: 2020-08-04
(dns2tcpc 2>&1 | grep "dns2tcp v0.5.2") && exit 0
