wekan/releases/syncloop.sh

8 lines
54 B
Bash
Raw Normal View History

2022-12-15 16:02:52 +02:00
#!/bin/bash
for (( ; ; ))
do
sync
sleep 1
done