blob: 68669c093d75b8c913eb2244a78c46061c722768 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#!/bin/bash
2
3SH_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