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