summaryrefslogtreecommitdiff
path: root/solenv/bin/cwsadd
blob: 8f65434158ef0e011adb42ea198a23935913ca78 (plain)
1
2
3
4
5
6
#!/bin/sh
if [ x${SOLARENV}x = xx ]; then
    echo No environment found, please use 'configure' or 'setsolar'
    exit 1
fi
exec perl -w $SOLARENV/bin/cwsadd.pl "$@"