While I understand how to create menus, no guide I've found teaches how to actually link them to commands
I was hoping to have something like:
dialog--clear --title "n00b's spellbook" \
--menu "Choose thine spell:" 20 51 4 \
1 "Name of program" "blah" \
2 "Name of other program" "blah" \
then somehow 1 runs ./program1
and 2 runs ./program2