fix variation option

This commit is contained in:
ida schmidt 2023-08-11 19:14:40 -07:00
parent 1396ac8d32
commit a5532564ac

View file

@ -30,7 +30,7 @@ function pizzarecipe {
sed -n "/\[$RECIPE:instructions:$VARIATION\]/,/^$/p" "$PWD/pizza.txt" | sed '/\[*.\]/d'
}
while getopts ":hrR:f:" option; do # loop through options, casing them
while getopts ":hrv:R:f:" option; do # loop through options, casing them
case $option in
h)
pizzahelp