#!/bin/bash


export ASAN_OPTIONS="log_path=/tmp/collector"
exec /usr/sbin/condor_collector.asan "$@"
