From 525308eda4476b34acde4884dc7e57440ca8e7fc Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 20 Sep 2018 15:26:51 +0200 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20de=20la=20pr=C3=A9sentation?= =?UTF-8?q?=20dans=20le=20terminal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- evomaintenance.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/evomaintenance.sh b/evomaintenance.sh index 9652a5e..36d4e5b 100644 --- a/evomaintenance.sh +++ b/evomaintenance.sh @@ -66,7 +66,7 @@ if test -x "${GIT_BIN}"; then fi # get input from stdin -echo "Please, enter details about your maintenance" +echo "> Please, enter details about your maintenance" read TEXTE if [ "${TEXTE}" = "" ]; then @@ -85,8 +85,10 @@ Message : $TEXTE END ) +echo "" echo "${BLOB}" -echo "Press to submit, or to cancel." +echo "" +echo "> Press to submit, or to cancel." read enter # write log