summaryrefslogtreecommitdiff
path: root/solenv/bin/cwsattach
blob: 99bcde52977a6718a2704a2a33d8131b4e18ebf6 (plain)
1
2
3
4
5
6
7
#!/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/cwsattach.pl "$@"