[Scripts] Add pdf wordcount script
This commit is contained in:
3
scripts/pdf-wordcount
Executable file
3
scripts/pdf-wordcount
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Word count is $(pdftotext $1 - | tr -d '.' | wc -w)"
|
||||||
Reference in New Issue
Block a user