mutt/offlineimapsync.sh @ e87c94c0f6dd

vim: add HTML5 elements to the LessCSS syntax
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Jan 2011 10:33:56 -0500
parents d3e0c0c7ff37
children c6446e280dab
#!/bin/sh

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

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

exit 0