blob: 68669c093d75b8c913eb2244a78c46061c722768 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -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