This commit is contained in:
2025-01-01 00:00:00 +09:00
commit ee8494370d
12 changed files with 1070 additions and 0 deletions

8
hwplibre Normal file
View File

@@ -0,0 +1,8 @@
#!/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\""