#!/bin/bash # ========================================================================= # Run this bash script in this folder to make just this folder's galleries: # # ~/.../thumbspage/examples/2.0-upgrades$ bash _generate.sh # # To make all examples, run the script ../../build/generate-examples.py, # which runs this script and all others like it. This automates console # inputs, but requires a Unix-style bash shell; extrapolate for other # shells or run thumbspage manually elsewhere per _HOW-MADE.txt here. # ========================================================================= # folder+subfolder galleries python3 ../../thumbspage.py . <<-EOF 3 EOF python3 ../../thumbspage.py MORE-INFO-POPUP <<-EOF 3 EOF