Fixed merge-error in src/pizza
This commit is contained in:
parent
1ed970bf31
commit
bd6e2f6bee
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ PIZZARCV=
|
||||||
PIZZASEND=
|
PIZZASEND=
|
||||||
|
|
||||||
help() {
|
help() {
|
||||||
<<<<<<< HEAD
|
|
||||||
echo "pizza - sent small ASCII-Icons by Mail"
|
echo "pizza - sent small ASCII-Icons by Mail"
|
||||||
echo "--------------------------------------"
|
echo "--------------------------------------"
|
||||||
echo "Usage: -p Send a pizza (default)"
|
echo "Usage: -p Send a pizza (default)"
|
||||||
|
@ -71,4 +70,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