#!/bin/sh
PRORTSDIR="/usr/src/ktm-ports/ktm-0.3.1.2/"
cd $PRORTSDIR
find . -name *.port -exec "{}" check \;|grep -v "Downloading sources lists"
