From 53febf8df04001ef29050f334e4bb10f69664d87 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Tue, 21 Nov 2023 16:48:01 +0100 Subject: [PATCH] updateall : suppression des fonctions separator et makeline --- bin/updateall | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/bin/updateall b/bin/updateall index 9c00dee..b901842 100755 --- a/bin/updateall +++ b/bin/updateall @@ -9,23 +9,6 @@ unset realpath scripts_d=./scripts -# Fonction pour fabriquer une ligne de la longueur d'un tiers du terminal -makeline() { - local cols line - cols="$(($(tput cols) / 3))" - while [ "${#line}" -lt "$cols" ]; do - line="${line}${1}" - done - printf %s "$line" -} - -# Fonction pour afficher un séparateur -separator() { - local line - line="$(makeline '=')" - printf '\n%s\n\t%s\n%s\n' "$line" "$*" "$line" -} - # Procédure principale main() { for i in "${scripts_d}/"*; do