Compare commits

..

No commits in common. "85a9a824dc0d318d95a9c99d041c50c1f4abcd99" and "e8341f70cb699bfc16bcf881e3167eb76142d90b" have entirely different histories.

1 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,9 @@ PWD="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" # find the pizza wor
function pizzahelp { # this only prints help text function pizzahelp { # this only prints help text
echo "Pizza Calculator: The pizza script you never asked for" echo "Pizza Calculator: The pizza script you never asked for"
echo echo
echo "Usage: ./pizza.sh [-f <N>] [<flour weight>g|<pan diameter>(in|inch|\")]" echo "Usage: ./pizza.sh [-f <N>] [<flour weight>g|<pan diameter>(in|inch|\")]
echo " ./pizza.sh [-h]" echo " ./pizza.sh [-h]"
echo " ./pizza.sh [-r]" echo " ./pizza.sh [-r]"
echo "Options:" echo "Options:"
echo " -h Print this help" echo " -h Print this help"
echo " -r Print the recipe" echo " -r Print the recipe"
@ -20,9 +20,9 @@ function pizzahelp { # this only prints help text
echo echo
} }
function pizzarecipe { function pizzarecipe {
echo "How to make the calculator pizza, stand mixer edition:" echo "How to make the calculator pizza, stand mixer edition:"
echo " 1: warm beer to ~100f, combine with sugar and yeast in mixing bowl" echo " 1: warm beer to ~100f, combine with sugar, then yeast in mixing bowl"
echo " 2: then add salt, oil, monosodium glutamate, and butter extract" echo " 2: then add salt, oil, monosodium glutamate, and butter extract"
echo " 3: mix for 4 minutes, then shape into ball" echo " 3: mix for 4 minutes, then shape into ball"
echo " 4: rise for 15 minutes" echo " 4: rise for 15 minutes"