#!/bin/zsh -f programname=`basename $0` if [ $# -eq 0 ] ; then echo "Usage ${programname} files*" exit fi emacsclient --alternate-editor="" -n $@