updated sys render for ola4

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-24 12:02:33 +02:00
parent 92834f4d9d
commit 54fb117f31
8 changed files with 8 additions and 399 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ while true; do
now=$(date +"%Y-%m-%d--%T")
echo "export contents -- $now"
./tex2html.sh
echo "sleep 10m for new export"
sleep 10m
echo "sleep 30sec for new export"
sleep 30s
done