amélioration de la présentation dans le terminal

This commit is contained in:
Jérémy Lecour 2018-09-20 15:26:51 +02:00 committed by Jérémy Lecour
parent 1f54ba33e9
commit 525308eda4

View file

@ -66,7 +66,7 @@ if test -x "${GIT_BIN}"; then
fi fi
# get input from stdin # get input from stdin
echo "Please, enter details about your maintenance" echo "> Please, enter details about your maintenance"
read TEXTE read TEXTE
if [ "${TEXTE}" = "" ]; then if [ "${TEXTE}" = "" ]; then
@ -85,8 +85,10 @@ Message : $TEXTE
END END
) )
echo ""
echo "${BLOB}" echo "${BLOB}"
echo "Press <Enter> to submit, or <Ctrl+c> to cancel." echo ""
echo "> Press <Enter> to submit, or <Ctrl+c> to cancel."
read enter read enter
# write log # write log