first commit

This commit is contained in:
momen
2021-10-21 14:57:58 +08:00
parent ba65bf40aa
commit 8184931095
572 changed files with 3165246 additions and 305 deletions

View File

@@ -0,0 +1,5 @@
# 11.10 为指定类型文件设置可执行权限
1 find . -name 'commit-msg' -type f -exec chmod +x {} \;
2 find . -name '*.sh' -type f -exec chmod +x {} \;