#!/bin/sh

# Wrapper for osx TextEdit.app. There's a problem
# with tcsh on osx that won't allow an environment
# variable to contain blank spaces. So this wrapper
#launches the osx text editor.

open -We $1