PKGBUILD/find.sh

6 lines
97 B
Bash
Raw Normal View History

2024-07-19 22:36:59 +05:00
#!/bin/bash
for i in $(find . -name "PKGBUILD"); do grep "git.melawy.ru" $i; done
echo "Ready"