edits
This commit is contained in:
parent
ca4413be2a
commit
20e63e4d79
2
justfile
2
justfile
@ -17,7 +17,7 @@ html:
|
|||||||
|
|
||||||
# word count
|
# word count
|
||||||
words:
|
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 up artifacts
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user