Files

10 lines
97 B
Bash
Raw Permalink Normal View History

2023-06-07 16:13:32 -07:00
#!/usr/bin/bash
set -e
2023-07-28 17:18:29 +05:30
for i in /repo/*/*.spec; do
rpmlint "$i"
done
2023-06-07 16:13:32 -07:00
2023-07-28 17:18:29 +05:30
shellcheck /repo/**.sh