updated sys and created publi
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
while true; do
|
||||
now=$(date +"%Y-%m-%d--%T")
|
||||
echo "export publication -- $now"
|
||||
./publi.sh
|
||||
echo "sleeping 15sec befor new export"
|
||||
sleep 15s
|
||||
done
|
||||
Reference in New Issue
Block a user