historical/lightoffice.git/view-docx.sh

6 lines
84 B
Bash
Raw Normal View History

2024-01-16 11:20:27 -06:00
echo "<CONTENTS-BEGIN>"
docx2txt $1.docx
echo "<CONTENTS-END>"
cat $1.txt
rm $1.txt