1 Star 0 Fork 0

mudcn / fluffos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fix_permission.sh 215 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yucong Sun 提交于 2020-03-12 02:00 . Update docs to bootstrap 4.4
#!/bin/bash
find . -type d -exec chmod 0755 {} +
find . -type f -exec chmod 0644 {} +
find . -type f -name "*.sh" -exec chmod 0755 {} +
find . -type f -name "*.py" -exec chmod 0755 {} +
chmod +x ./compat/fixstatic
C++
1
https://gitee.com/mudcn/fluffos.git
git@gitee.com:mudcn/fluffos.git
mudcn
fluffos
fluffos
master

搜索帮助