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