Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
3138dcb82a0346cb2c2b50caa8951b9968a568ed
/
.
/
ap
/
build
/
remove_comment.sh
blob: 68669c093d75b8c913eb2244a78c46061c722768 [
file
] [
log
] [
blame
]
yuezonghe
824eb0c
2024-06-27 02:32:26 -0700
[
diff
] [
blame
]
1
#!/bin/bash
2
3
SH_FILE
=
$1
4
5
$
{
BUILD_DIR
}/
remove_comment
.
py $SH_FILE $OUTPUT_DIR
/.
sh_tmp \
6
&&
cat $OUTPUT_DIR
/.
sh_tmp
>
$SH_FILE \
7
&&
rm
-
f $OUTPUT_DIR
/.
sh_tmp