#!/bin/bash if [ -z "$1" ] then emacsclient -c -n else emacsclient -c -n "$@" fi