From c2da57a5498e758a8f396e755a1f65615d4742c8 Mon Sep 17 00:00:00 2001 From: bastien Date: Wed, 12 Feb 2025 14:44:20 +0100 Subject: [PATCH] test de correction --- vimscode.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimscode.sh b/vimscode.sh index 4105494..6db1025 100755 --- a/vimscode.sh +++ b/vimscode.sh @@ -93,7 +93,9 @@ maj() { rm -rf ~/.vimrc2 printf 'Mise à jour en cours : [###############-----](75%%)\n' - cd ../ && ls -la * + cd ../ + ls -la * + printf 'Mise à jour fini : [####################](100%%)\n' printf "Mise à jour terminée.\n" }