wekan/releases/syncloop.sh
2022-12-15 16:02:52 +02:00

7 lines
54 B
Bash
Executable file

#!/bin/bash
for (( ; ; ))
do
sync
sleep 1
done