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 |
carte.sh (218B)
1 #!/bin/sh 2 3 4 DIST="dist/" 5 6 cat << % > $DIST/carte.html 7 $(cat src/templates/head.html) 8 $(cat src/templates/nav.html) 9 <p>Javascript is required in order to view the map visualisation</p> 10 $(cat src/templates/foot.html) 11 % 12