add script for counting links

This commit is contained in:
MorganGeek 2017-11-03 15:35:53 +01:00
parent 534e78d004
commit 30f4f73611

1
count_links.sh Executable file
View File

@ -0,0 +1 @@
cat README.md | cut -d'(' -f2 | cut -d')' -f1 | egrep "^http*" | sort -u | wc -l