emacs-present 123 B

1234567
  1. #!/bin/sh
  2. if [ $# -lt 1 ] ; then
  3. echo "emacs-present file"
  4. fi
  5. emacsclient -c -n -F "((name . \"emacs-present\"))" $1