script pour établir une bdd Ãà partir d'un tsv avec différent format - retour accueil
git clone git://bebou.netlib.re/laradb
Log | Files | Refs |
commit 0d3d489981bf78fcc87d6c9e6400a5c3085608ff parent 77a452befc6cc66670fffd5adc61f3682eaecd13 Auterice: martlem <contact@martinlemaire.fr> Date: Mon, 28 Oct 2024 16:51:45 +0100 ff Diffstat:
A | shell/gen_frise_chrono.sh | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/shell/gen_frise_chrono.sh b/shell/gen_frise_chrono.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +seq 1940 2024 | xargs printf '\t%s\n\n' + +#for i in $(seq 1940 2024); do +#cat << % +# $i +# +#% +# +# +#done +#