From 20e63e4d792b467f72ea6ead4b3e6682cf979d5e Mon Sep 17 00:00:00 2001 From: "Christopher P. Brown" Date: Sat, 25 Dec 2021 09:24:19 -0700 Subject: [PATCH] edits --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 6c38983..77317a7 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ html: # word count words: - find src -type f -iname '*.txt' -print0 | xargs -0 wc -w + @find src -type f -iname '*.txt' -print0 | xargs -0 wc -w # clean up artifacts clean: