ola3doc first release
This commit is contained in:
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user