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 |
about.sh (245B)
1 #!/bin/sh 2 3 echo Building about.html 4 5 DIST="dist/" 6 7 cat << % > $DIST/about.html 8 $(cat src/templates/head.html) 9 $(cat src/templates/nav-main.html) 10 $(curl https://mypads2.framapad.org/p/about-iz6esk9yi/export/txt) 11 $(cat src/templates/foot.html) 12 % 13