#! /bin/sh

for file in $*
do
    echo "$file:"
    LD_TRACE_LOADED_OBJECTS=1 $1
done
