Merge branch 'master' of git.francoispelletier.org:francois/nlp_a2019_tp3
This commit is contained in:
commit
e507d1b5f7
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
for i in *.dot; do dot -Tpdf "${i}" -o "${i%.dot}.pdf"; done
|
||||
pdftk baxter.pdf emphase.pdf role-commentaires.pdf qualite-commentaires.pdf entites.pdf relations.pdf cat output slides-commentaires-theorie.pdf
|
||||
|
|
Loading…
Reference in a new issue