1#!/bin/sh 2if [ -n "$INSIDE_EMACS" ]; then 3 exec emacsclient "$@" 4else 5 exec emacsclient -c "$@" 6fi