From a17757079941a188082887609f870f69ed632796 Mon Sep 17 00:00:00 2001 From: Rick Date: Mon, 14 Dec 2020 01:28:34 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20v=C3=A9rification=20param=C3=A8tre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 91cb504..0e17dd4 100755 --- a/make.sh +++ b/make.sh @@ -1,6 +1,6 @@ #!/bin/bash -jour=0 +jour=${1:-0} while [ $jour -le 0 ] || [ $jour -ge 25 ] do read -p "Indiquez le jour à compiler : " jour