PKGBUILD/find.sh

6 lines
97 B
Bash
Executable File

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