xref: /AOO41X/main/solenv/bin/cwstouched (revision 27b2fc91b67b282ef25e5c8fc07f05afd8a62640)
1#!/bin/sh
2if [ x${SOLARENV}x = xx ]; then
3    echo No environment found, please use 'configure' or 'setsolar'
4    exit 1
5fi
6exec perl -w $SOLARENV/bin/cwstouched.pl
7