Last active
January 2, 2016 11:39
-
-
Save iromli/8297671 to your computer and use it in GitHub Desktop.
https://github.com/id-python/direktori quick counter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
SRC=https://raw.github.com/id-python/direktori/master/README.md | |
MEMBER=$(curl -s ${SRC} | awk '/^Pythonistas$/,/^Proyek$/' | grep -P '\* [^\.]' | wc -l) | |
PROJECT=$(curl -s ${SRC} | awk '/^Proyek$/,/^Lisensi$/' | grep \* | wc -l) | |
echo | |
echo "Stats:" | |
echo " ${MEMBER} member(s)" | |
echo " ${PROJECT} project(s)" | |
echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you trust this script:
https://gist.github.com/iromli/8297671/raw/82f6cdc252ed525cf41e18398e24503f10008211/quick-counter.sh | bash