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 )
|
l )
|
||||||
: ${PIZZAART:="heart"}
|
: ${PIZZAART:="heart"}
|
||||||
;;
|
;;
|
||||||
b )
|
b )
|
||||||
: ${PIZZAART:="birthdaycake"}
|
: ${PIZZAART:="birthdaycake"}
|
||||||
;;
|
;;
|
||||||
c )
|
c )
|
||||||
: ${PIZZAART:="christmastree"}
|
: ${PIZZAART:="christmastree"}
|
||||||
;;
|
;;
|
||||||
m )
|
m )
|
||||||
PIZZARCV="${OPTARG}"
|
PIZZARCV="${OPTARG}"
|
||||||
|
@ -66,4 +66,4 @@ if [ ! $PIZZARCV ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mail -s "${PIZZAUSER} sent you a ${PIZZAART} on ${PIZZAHOST}!" -S from=${PIZZASEND} ${PIZZARCV} < "${PIZZAINC}/${PIZZAART}"
|
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