修复Loon Task文件中多个连续空注释时不会全部删除的bug
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## Author: https://github.com/EvineDeng
|
## Author: https://github.com/EvineDeng
|
||||||
## Modified: 2021-01-22
|
## Modified: 2021-02-23
|
||||||
## Version: v1.0.1
|
## Version: v1.0.2
|
||||||
|
|
||||||
## 路径与清单
|
## 路径与清单
|
||||||
WorkDir=$(cd $(dirname $0); pwd)
|
WorkDir=$(cd $(dirname $0); pwd)
|
||||||
@@ -44,4 +44,4 @@ done
|
|||||||
echo -e " ]\n}" >> $FileQx
|
echo -e " ]\n}" >> $FileQx
|
||||||
echo -e $CommentsSurgeTail >> $FileSurge
|
echo -e $CommentsSurgeTail >> $FileSurge
|
||||||
perl -0777 -i -pe "s|,(\s{1,2} \])|\1|" $FileQx
|
perl -0777 -i -pe "s|,(\s{1,2} \])|\1|" $FileQx
|
||||||
perl -0777 -i -pe "s|# .+\n{2}(# .+)|\1|g" $FileLoon
|
perl -0777 -i -pe "s|(# .+\n{2}){1,}(# .+)|\2|g" $FileLoon
|
||||||
|
Reference in New Issue
Block a user