memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit f1cb81743dc0dcf82c286ee3857101accc719a4b
parent e42e270b4412c9cad0b6e9a6dfcbf31e3928d92e
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 15 May 2018 18:19:11 +0200

Fix hook after index.md renaming

Diffstat:
MREADME.md | 2+-
Mupdate-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: 2777 words in 4 pages +## still reachable: 2814 words in 4 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/update-count.sh b/update-count.sh @@ -26,4 +26,4 @@ read words pages < <(list-tracked | count-leaks) pattern="\([0-9]*\) words in \([0-9]*\) pages" actual="${words} words in ${pages} pages" -sed -i "s/${pattern}/${actual}/" index.md +sed -i "s/${pattern}/${actual}/" README.md