Indentation fixed (as far as I can see it) + newline added
This commit is contained in:
parent
470d8ddd56
commit
6df5932a0b
1 changed files with 26 additions and 26 deletions
52
src/pizza
52
src/pizza
|
@ -27,32 +27,32 @@ fi
|
||||||
|
|
||||||
while getopts "plbchm:s:" opt; do
|
while getopts "plbchm:s:" opt; do
|
||||||
case ${opt} in
|
case ${opt} in
|
||||||
p )
|
p )
|
||||||
: ${PIZZAART:="pizza"}
|
: ${PIZZAART:="pizza"}
|
||||||
;;
|
;;
|
||||||
l )
|
l )
|
||||||
: ${PIZZAART:="heart"}
|
: ${PIZZAART:="heart"}
|
||||||
;;
|
;;
|
||||||
b )
|
b )
|
||||||
: ${PIZZAART:="birthdaycake"}
|
: ${PIZZAART:="birthdaycake"}
|
||||||
;;
|
;;
|
||||||
c )
|
c )
|
||||||
: ${PIZZAART:="christmastree"}
|
: ${PIZZAART:="christmastree"}
|
||||||
;;
|
;;
|
||||||
m )
|
m )
|
||||||
PIZZARCV="${OPTARG}"
|
PIZZARCV="${OPTARG}"
|
||||||
;;
|
;;
|
||||||
s )
|
s )
|
||||||
PIZZASEND="${OPTARG}"
|
PIZZASEND="${OPTARG}"
|
||||||
;;
|
;;
|
||||||
h )
|
h )
|
||||||
help
|
help
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
\?)
|
\?)
|
||||||
help
|
help
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue