#!/bin/sh pylint simpleddns.py || exit 1 mypy --strict simpleddns.py || exit 1