zenUtils/sirius.sh

11 lines
141 B
Bash
Raw Normal View History

2021-11-27 05:50:27 +00:00
#!/bin/sh
# fetch your mail at regular intervals
# Derek Stevens <nilix@nilfm.cc>
# MIT License
2021-11-27 05:50:27 +00:00
while true; do
mbsync -a
sleep 5m
done