ola3doc first release

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-02 15:43:18 +01:00
commit e7653223a6
166 changed files with 35017 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
while true; do
now=$(date +"%Y-%m-%d--%T")
echo "export contents -- $now"
./tex2html.sh
echo "sleep 10m for new export"
sleep 10m
done