summaryrefslogtreecommitdiff
path: root/filters/application/vnd.oasis.opendocument.text-template_filter
blob: 4024891c4c0ff2e1bc78b65bc83faa3984f3d7c0 (plain)
1
2
3
#!/bin/sh

nice -n19 unzip -p "$1" content.xml | o3totxt > "$2"