mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
6 lines
51 B
Bash
Executable file
6 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
|
|
while :; do
|
|
mailsync
|
|
sleep 300
|
|
done
|