Bash程序  |  8行  |  96 B

#!/bin/bash -e

OUT=$1
shift
LIBPATH=$($@)
cp -f $LIBPATH $OUT
echo "$OUT: $LIBPATH" > ${OUT}.d