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