commit 864c65d5ac808c80a0d4bcbed25f091b72173757 parent f925746e0959bbac13bef08fc70f326a8a58818a Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Fri, 17 May 2019 07:51:29 +0200 Add Org files to word count None yet, but Maybe Soon™… Diffstat:
| M | README.md | | | 2 | +- |
| M | update-count.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 7894 words in 17 pages +## still reachable: 7982 words in 17 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/update-count.sh b/update-count.sh @@ -2,7 +2,7 @@ list-tracked () { - GIT_LITERAL_PATHSPECS='' git ls-files '*.md' + GIT_LITERAL_PATHSPECS='' git ls-files '*.md' '*.org' } count-leaks ()