cts

Récupérer un itinéraire sur le réseau CTS - retour accueil

git clone git://bebou.netlib.re/cts

Log | Files | Refs | README |

commit 097415a298bdffbe944135f413b816a8427ab6b8
parent 3495679945effd6ec6e1ecc6804f2a0e14b5f207
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Thu, 20 Mar 2025 20:19:14 +0100

On utilise la bdd qu'on construit peu à peu

Diffstat:
Mcts | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cts b/cts @@ -54,7 +54,9 @@ while getopts "hj:t:d:a:" opt;do case $opt in ( h ) usage;exit 0;; ( d | a ) - choice=$(getstation "$OPTARG" | fzy) + [ -f "bdd/$OPTARG" ] \ + && choice=$(< bdd/$OPTARG fzy) \ + || choice=$(getstation "$OPTARG" | fzy) arrtype=$(printf "$choice" | cut -f3) id=$(printf "$choice" | cut -f4) eval "$opt=$id"