#!/bin/bash for i in $(find . -name "PKGBUILD"); do grep "git.melawy.ru" $i; done echo "Ready"