#!/bin/sh

for i in "$@"
do
	security import "$i" import -k /System/Library/Keychains/X509Anchors
done
