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
|
while getopts "plbcnhm: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"}
|
||||||
;;
|
;;
|
||||||
n )
|
n )
|
||||||
: ${PIZZAART:="new_year"}
|
: ${PIZZAART:="new_year"}
|
||||||
;;
|
;;
|
||||||
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