#!/bin/zsh if [ $# -eq 0 ] ; then echo "Usage ${0} username@host" fi ssh ${1} -f emacsclient --eval '"(make-frame-on-display \"$DISPLAY\")"'