voidrice/.config/Scripts/imapsync.sh
2017-06-02 15:49:10 -04:00

9 lines
120 B
Bash

#!/bin/bash
if [ -f $(pgrep offlineimap) ]; then
offlineimap -o
echo "Sync begun."
else
echo "Sync in progress."
fi