Compare commits
3 Commits
e8341f70cb
...
85a9a824dc
Author | SHA1 | Date |
---|---|---|
ida schmidt | 85a9a824dc | |
ida schmidt | 2efa627b8b | |
ida schmidt | 9d2b4916d5 |
8
pizza.sh
8
pizza.sh
|
@ -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"
|
||||||
|
@ -22,7 +22,7 @@ function pizzahelp { # this only prints help text
|
||||||
|
|
||||||
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, then yeast in mixing bowl"
|
echo " 1: warm beer to ~100f, combine with sugar and 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"
|
||||||
|
|
Loading…
Reference in New Issue