Files
dotfiles/bin/.bin/syncmail

9 lines
155 B
Plaintext
Raw Normal View History

2022-10-26 10:40:00 -04:00
#!/bin/bash
if [ $(pidof muchsync) ]; then
echo "Checkmail is already running."
else
echo "Checking for new mail"
muchsync muchsync1.local
fi