#!/bin/sh if ! pgrep emacs; then bsdsetsid emacs --daemon >/dev/null 2>&1 fi