android13/external/camera_engine_rkaiq/tools/iqConverTer/script/m4/precompile.sh

8 lines
130 B
Bash
Raw Normal View History

2024-06-22 08:45:49 -04:00
#!/bin/sh -e
INPUT=$1
OUTPUT=$2
# Drop all global headers
cat $INPUT |tac |sed '/^#.*"\/usr\//,$d' |tac |grep -v "^#" > $OUTPUT