#!/bin/sh

	export PATH=/usr/local/exelis/idl84/bin/:/DATA/CLUSTER/SOFT/CLL3/bin:$PATH

	cl -fdl -int -batch traiter_dst_quicklook

	echo "Termine"
