add script for counting links
This commit is contained in:
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
|
Reference in New Issue
Block a user