This commit is contained in:
Aldo Funes 2025-03-11 11:21:00 +00:00
parent aad1d68eed
commit c3052c8352
No known key found for this signature in database

View File

@ -176,7 +176,7 @@ function update_front_matter {
mv "$temp_awk" "$md_file_path" mv "$temp_awk" "$md_file_path"
} }
function main() { function social-cards-zola() {
while [[ "$#" -gt 0 ]]; do while [[ "$#" -gt 0 ]]; do
case "$1" in case "$1" in
-h|--help) -h|--help)
@ -224,5 +224,3 @@ function main() {
echo "$image_filename" echo "$image_filename"
fi fi
} }
main "$@"