5 lines
204 B
Bash
5 lines
204 B
Bash
#!/bin/sh
|
|
latexml recueil.tex --dest=recueil.xml
|
|
latexmlpost --split --destination=index.html recueil.xml
|
|
rsync -avsh -e "ssh -p 42" --progress * admin@timour.net:/var/www/webapp_thomas/wiki.timour.net_/
|