index
:
blog.git
main
master
My blog
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
word_count.sh~
blob: d37642d6a12ae6eeb6cfbdbe4f47e731d6c18d41 (
plain
) (
blame
)
1
2
3
4
5
#!/bin/bash if ["$1" = ] wc -m *.md | sort -rn