office-gobmx/solenv/bin/cwscreate
2008-09-25 08:25:54 +00:00

6 lines
202 B
Bash
Executable file

#!/bin/sh
if [ x${SOLARENV}x = xx ]; then
echo No environment found, please use 'configure' or 'setsolar'
exit 1
fi
echo "Please use the 'cws create' command for creating new child workspaces!"