#!/bin/sh if test "$1" = "" ; then echo "Usage:" echo " coolproject " echo "" echo "where is a new or existing project" exit 1 fi mkdir -p ~/.cedit/project > /dev/null 2>&1 exec cooledit -I ~/.cedit/project/$1