[Scripts] Add pdf wordcount script

This commit is contained in:
2025-11-04 15:51:49 +01:00
parent 8d2e3cea85
commit b45b3d60d1
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
echo "Word count is $(pdftotext $1 - | tr -d '.' | wc -w)"