updated github_generate_status_page.sh

pull/2/head
Hari Sekhon 5 years ago
parent 8d9c10da29
commit d10c6fc948

@ -100,7 +100,7 @@ for repo in $repolist; do
echo "getting repo $repo" >&2
echo ---
curl -sS "https://raw.githubusercontent.com/$repo/master/README.md" |
sed -n '1,/^[^\[[:space:]=]/ p' |
sed -n '1,/^[^\[[:space:]<=-]/ p' |
head -n -1 |
#perl -ne 'print unless /=============/;' |
grep -v "===========" |

Loading…
Cancel
Save