Indentation fixed; newline
This commit is contained in:
parent
99d270f420
commit
a87ede033d
1 changed files with 30 additions and 30 deletions
58
src/pizza
58
src/pizza
|
@ -28,35 +28,35 @@ fi
|
|||
|
||||
while getopts "plbcnhm:s:" opt; do
|
||||
case ${opt} in
|
||||
p )
|
||||
: ${PIZZAART:="pizza"}
|
||||
;;
|
||||
l )
|
||||
: ${PIZZAART:="heart"}
|
||||
;;
|
||||
b )
|
||||
: ${PIZZAART:="birthdaycake"}
|
||||
;;
|
||||
c )
|
||||
: ${PIZZAART:="christmastree"}
|
||||
;;
|
||||
n )
|
||||
: ${PIZZAART:="new_year"}
|
||||
;;
|
||||
m )
|
||||
PIZZARCV="${OPTARG}"
|
||||
;;
|
||||
s )
|
||||
PIZZASEND="${OPTARG}"
|
||||
;;
|
||||
h )
|
||||
help
|
||||
exit 0
|
||||
;;
|
||||
\?)
|
||||
help
|
||||
exit 1
|
||||
;;
|
||||
p )
|
||||
: ${PIZZAART:="pizza"}
|
||||
;;
|
||||
l )
|
||||
: ${PIZZAART:="heart"}
|
||||
;;
|
||||
b )
|
||||
: ${PIZZAART:="birthdaycake"}
|
||||
;;
|
||||
c )
|
||||
: ${PIZZAART:="christmastree"}
|
||||
;;
|
||||
n )
|
||||
: ${PIZZAART:="new_year"}
|
||||
;;
|
||||
m )
|
||||
PIZZARCV="${OPTARG}"
|
||||
;;
|
||||
s )
|
||||
PIZZASEND="${OPTARG}"
|
||||
;;
|
||||
h )
|
||||
help
|
||||
exit 0
|
||||
;;
|
||||
\?)
|
||||
help
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue