summaryrefslogtreecommitdiff
path: root/solenv/bin/cwsview
blob: 118eb5e5d1427ee02fdc30678ca634016b2c459d (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/cwsview.pl "$@"