#!/bin/bash CVSHEAD="/local/src/yast" checkycp="$CVSHEAD/source/devtools/yast2/check_ycp/check_ycp" files="$(find "${@:-.}" -name "*.ycp"| grep -vE '/(examples|testsuite)/')" test -z "$files" || $checkycp $files 2>&1