android13/vendor/rockchip/rpdzkj/autosync/AutoSync.sh

11 lines
113 B
Bash
Executable File

#!/system/bin/sh
#service for auto synchronize per 2 second
while [ true ]
do
sync
sleep 2
done