]>
git.saurik.com Git - apple/xnu.git/blob - config/generate_linker_aliases.sh
45c7700ade6b3e9c39e3ea006ccfc0234decbcc7
6 echo "Usage: $0 output.exp input1 [input2 ... ]" 1>&2
13 ( grep -h ":" "$@" | awk -F: '{print $2 " " $1}' ) | sort -u > "$OUTPUT"