mirror of
https://github.com/wekan/wekan.git
synced 2025-04-19 11:44:42 -04:00
7 lines
54 B
Bash
Executable file
7 lines
54 B
Bash
Executable file
#!/bin/bash
|
|
|
|
for (( ; ; ))
|
|
do
|
|
sync
|
|
sleep 1
|
|
done
|