Fixed Layout
This commit is contained in:
parent
7a1e18a5c6
commit
56ce526f54
1 changed files with 27 additions and 27 deletions
54
src/pizza
54
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"}
|
||||
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
|
||||
;;
|
||||
PIZZARCV="${OPTARG}"
|
||||
;;
|
||||
s )
|
||||
PIZZASEND="${OPTARG}"
|
||||
;;
|
||||
h )
|
||||
help
|
||||
exit 0
|
||||
;;
|
||||
\?)
|
||||
help
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue