#!/bin/sh
# Starts Emacs (through emacsclient) from an MSYS sh shell.
# Put this file in your MSYS sh:s PATH.
# (Created by Setup Helper at Sat Jun 07 22:41:08 2008)
"/c/Cherokee-MinGW/Emacs/emacs/bin/emacsclient.exe" -n "$1"
