Files
scripts/hwplibre
2025-01-01 00:00:00 +09:00

9 lines
183 B
Bash

#!/bin/bash
bef=$1
aft=${bef%.*}.odt
zenity --info --text="Converting $bef to $aft.";
eval "~/.python38/bin/hwp5odt \"$bef\" --output \"$aft\""
eval "libreoffice --writer \"$aft\""