Compare commits
No commits in common. "771a943c55d110a54a2bdfff662a4b07b09b6a0d" and "74b7c0211aebd4ff75598805514a87b05834dff2" have entirely different histories.
771a943c55
...
74b7c0211a
10
README.md
10
README.md
|
@ -1,9 +1,3 @@
|
|||
# Pizza Calculator
|
||||
Makes a two (15m) rise pan pizza, baked at 550f. Limited to circular cast iron pans.
|
||||
# pizzacalc
|
||||
|
||||
```
|
||||
Usage: ./pizza.sh [-h] [-f <N>] [<flour weight>g|<pan diameter>(in|inch|")]
|
||||
Options:
|
||||
-h Print this help
|
||||
-f <N> Set flour per square inch
|
||||
```
|
||||
Pizza Calculator, makes a two (15m) rise pan pizza.
|
||||
|
|
2
pizza.sh
2
pizza.sh
|
@ -4,7 +4,7 @@ FSI=2.12206590789 # grams of Flour per Square Inch of pan
|
|||
function pizzahelp {
|
||||
echo "Pizza Calculator: The pizza script you never asked for"
|
||||
echo
|
||||
echo "Usage: ./pizza.sh [-h] [-f <N>] [<flour weight>g|<pan diameter>(in|inch|\")]"
|
||||
echo "Usage: ./pizza.sh [-h] [-f] [<flour weight>g|<pan diameter>(in|inch|\")]"
|
||||
echo "Options:"
|
||||
echo " -h Print this help"
|
||||
echo " -f <N> Set flour per square inch"
|
||||
|
|
Loading…
Reference in New Issue