laradb

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 |

index.sh (282B)


      1 #!/bin/sh
      2 
      3 echo Building index.html
      4 
      5 DIST="dist/"
      6 
      7 cat << % > $DIST/index.html
      8 $(cat src/templates/head.html)
      9 $(cat src/templates/nav-main.html)
     10 <section class="large">
     11 $(curl https://mypads2.framapad.org/p/landing-d46eqk9qp/export/txt)
     12 </section>
     13 $(cat src/templates/foot.html)
     14 %
     15