There was an error while loading. Please reload this page.
1 parent a111b4f commit f838234Copy full SHA for f838234
.github/scripts/update_readme.py
@@ -27,6 +27,7 @@ def write_to_readme(text):
27
def update_title(srcs):
28
title = "# commandline\n"
29
title += "{} useful bash scripts collection on Mac OSX.(实用的命令行脚本)\n".format(len(srcs))
30
+ title += "\n"
31
return title
32
33
def update_content(src, has_img):
0 commit comments