petits-scripts-persos/syncmails

8 lines
78 B
Plaintext
Raw Permalink Normal View History

2023-01-24 22:57:19 +00:00
#!/bin/bash
offlineimap
while true ; do
sleep 30
offlineimap -q
done