add script for counting links
This commit is contained in:
parent
534e78d004
commit
30f4f73611
1
count_links.sh
Executable file
1
count_links.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
cat README.md | cut -d'(' -f2 | cut -d')' -f1 | egrep "^http*" | sort -u | wc -l
|
Loading…
Reference in New Issue
Block a user