Files
small-package/.github/diy/Modify.sh
2023-03-01 19:19:43 +08:00

6 lines
270 B
Bash
Executable File

#!/bin/bash
# --------------------------------------------------------
# Script for creating ACL file for each LuCI APP
rm -rf ./*/.git ./*/.gitattributes ./*/.svn ./*/.github ./*/.gitignore create_acl_for_luci.err create_acl_for_luci.ok create_acl_for_luci.warn
exit 0