this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at vchroot 7 lines 320 B view raw
1#!/bin/bash -e 2# install kdebug trace files based on the input file 3INPUT=${SCRIPT_INPUT_FILE_0} 4OUTPUT=${SCRIPT_OUTPUT_FILE_0} 5 6# pre-process the source and pass through perl it 7xcrun cc -E -I${SDKROOT}/System/Library/Frameworks/System.framework/PrivateHeaders -D_MALLOC_BUILDING_CODES_ "${INPUT}" | perl > "${OUTPUT}"