#!/bin/sh

find /etc/digsig/ -type f -exec gpg --import {} \;
