6 lines
270 B
Bash
Executable File
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
|