]>
git.saurik.com Git - apple/xnu.git/blob - config/generate_linker_exports.sh
6 echo "Usage: $0 output.exp input1 [input2 ... ]" 1>&2
13 # Note: we used to export both sides of the alias since forever
14 # for now keep doing this
16 ( grep -h -v ":" "$@"; grep -h ":" "$@" | awk -F: '{print $1; print $2}' ) | sort -u > "$OUTPUT"