mutt/offlineimapsyncquick.sh @ ca0d38000b2e

Fix a bug in htmldjangoindent.
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Jan 2011 18:51:49 -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