bookmarks/count_links.sh
2017-11-03 15:35:53 +01:00

2 lines
81 B
Bash
Executable File

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