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