#!/bin/sh if [ -n "$INSIDE_EMACS" ]; then exec emacsclient "$@" else exec emacsclient -c "$@" fi