mutt/offlineimapsyncquick.sh @ 39e5e5925483

Add "fish_history" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Wed, 12 Jan 2011 23:15:44 -0500
parents d3e0c0c7ff37
children (none)
#!/bin/sh

PID=`cat ~/.offlineimap/pid`
ps aux | grep "[ ]$PID" && kill $PID

/usr/local/bin/offlineimap -q -o -u Noninteractive.Quiet &>/dev/null &

exit 0