From 4e9e7145046a05630725ad8a042f8445d49aaa31 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 4 Oct 2025 06:56:22 -0700 Subject: [PATCH] Add comment! --- tasks/general/acct_mgmt/users.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 4e4e297..3b34fda 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -847,6 +847,7 @@ } alias upgrade-debian="debian-upgrade" function_ebook_convert: | + # Regenerate all eBook projects at once. function ebook-convert { find ~/Code/ebook-* -name convert.sh -print -exec bash "{}" \; }