#!/bin/bash
cat domeny.txt | while read domena; do
    ./sprawdz-waznosc "$domena"
    sleep 5				# Traktuj łagodnie serwery rejestratora
done
