Repaired intendation
This commit is contained in:
parent
0cc2bc3919
commit
7f00520a25
1 changed files with 4 additions and 4 deletions
|
@ -33,11 +33,11 @@ while getopts "plbchm:s:" opt; do
|
|||
l )
|
||||
: ${PIZZAART:="heart"}
|
||||
;;
|
||||
b )
|
||||
: ${PIZZAART:="birthdaycake"}
|
||||
b )
|
||||
: ${PIZZAART:="birthdaycake"}
|
||||
;;
|
||||
c )
|
||||
: ${PIZZAART:="christmastree"}
|
||||
: ${PIZZAART:="christmastree"}
|
||||
;;
|
||||
m )
|
||||
PIZZARCV="${OPTARG}"
|
||||
|
@ -66,4 +66,4 @@ if [ ! $PIZZARCV ]; then
|
|||
fi
|
||||
|
||||
mail -s "${PIZZAUSER} sent you a ${PIZZAART} on ${PIZZAHOST}!" -S from=${PIZZASEND} ${PIZZARCV} < "${PIZZAINC}/${PIZZAART}"
|
||||
exit 0
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue