office-gobmx/solenv/bin/cws

7 lines
149 B
Text
Raw Normal View History

2008-09-25 08:55:30 -05:00
#!/bin/sh
if [ x${SOLARENV}x = xx ]; then
echo No environment found, please use 'configure'
exit 1
fi
exec perl -w $SOLARENV/bin/cws.pl "$@"