office-gobmx/solenv/bin/cwsquery

7 lines
168 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
2004-06-25 18:31:57 -05:00
exec perl -w $SOLARENV/bin/cwsquery.pl "$@"