this repo has no description
at parsec 6 lines 105 B view raw
1#!/bin/sh 2if [ -n "$INSIDE_EMACS" ]; then 3 exec emacsclient "$@" 4else 5 exec emacsclient -c "$@" 6fi