feat: simple install script until archmgr completed

This commit is contained in:
2026-06-18 11:23:48 +02:00
parent b167d40039
commit a776d1760a
15 changed files with 430 additions and 40 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
echo "Word count is $(pdftotext $1 - | tr -d '.' | wc -w)"