office-gobmx/solenv/bin/cwscreate

7 lines
202 B
Text
Raw Normal View History

2004-06-25 18:23:20 -05:00
#!/bin/sh
if [ x${SOLARENV}x = xx ]; then
echo No environment found, please use 'configure' or 'setsolar'
exit 1
fi
2008-09-25 03:25:54 -05:00
echo "Please use the 'cws create' command for creating new child workspaces!"