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