Opus/2024.12.07-TheThreeCalamities/image/old/make-all.sh
2026-07-04 09:09:13 -07:00

11 lines
334 B
Bash
Executable File

#!/bin/bash
input_file="TheThreeCalamities.jpg"
output_prefix="TheThreeCalamities"
title=$'\u201CThe Three Calamities\u201D'
echo "input_file=${input_file}"
echo "output_prefix=${output_prefix}"
echo "title=${title}"
./make-story.sh "${input_file}" "${output_prefix}"
./make-printify.sh "${input_file}" "${output_prefix}" "${title}"