Skip to content

Instantly share code, notes, and snippets.

@josh-h
josh-h / 500.restart-mail
Created July 28, 2014 14:49
OSX Server v3.1.2 mail restart script /etc/periodic/daily/500.restart-mail
#!/bin/sh
# Restart mail, otherwise our push notifications get hung up.
# If there is a global system configuration file, suck it in.
#
if [ -r /etc/defaults/periodic.conf ]
then
. /etc/defaults/periodic.conf
source_periodic_confs
@josh-h
josh-h / trello-activitiy
Created February 13, 2012 22:56 — forked from michaellopez/trello-activitiy
Trello activity userscript for FluidApp
// ==UserScript==
// @name Trello Activity
// @namespace http://fluidapp.com
// @description Displays a Growl notification for new activities every 5 seconds. Also updates the badge.
// @include *
// @author Michael Lopez (michael@weahead.se)
// ==/UserScript==
(function () {
if (window.fluid) {