some display improvement

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-14 16:45:05 +01:00
parent 8a016f3d53
commit c4f669d893
4 changed files with 71 additions and 7 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 30sec for new export"
sleep 30s
echo "sleep 15sec for new export"
sleep 15s
done