historical/lightoffice.git/view-docx.sh
2024-01-16 11:20:27 -06:00

5 lines
84 B
Bash

echo "<CONTENTS-BEGIN>"
docx2txt $1.docx
echo "<CONTENTS-END>"
cat $1.txt
rm $1.txt