remote-emacs 147 B

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