#!/bin/bash
export _CONDOR_TOOL_DEBUG=D_FULLDEBUG
exec condor_status -debug -limit 1 -af "$*"

