Add command to regenerate all ebooks.

This commit is contained in:
2025-10-04 06:55:42 -07:00
parent 6d2a822323
commit c0ba27e782

View File

@@ -846,6 +846,12 @@
unset OLD NEW unset OLD NEW
} }
alias upgrade-debian="debian-upgrade" alias upgrade-debian="debian-upgrade"
function_ebook_convert: |
function ebook-convert {
find ~/Code/ebook-* -name convert.sh -print -exec bash "{}" \;
}
alias ebooks="ebook-convert"
alias convert="ebook-convert"
- name: General | Account Management | Users | Files | Common Variable - name: General | Account Management | Users | Files | Common Variable
set_fact: set_fact:
@@ -917,6 +923,7 @@
{{ function_now }} {{ function_now }}
{{ function_backup }} {{ function_backup }}
{{ function_debian_upgrade }} {{ function_debian_upgrade }}
{{ function_ebook_convert }}
- name: General | Account Management | Users | Files | .bashrc - name: General | Account Management | Users | Files | .bashrc
blockinfile: blockinfile: