Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tool to (better) automate file/folder checks #6

Open
schroedey opened this issue May 11, 2018 · 1 comment
Open

Create tool to (better) automate file/folder checks #6

schroedey opened this issue May 11, 2018 · 1 comment

Comments

@schroedey
Copy link

My quick and dirty way has been with commands like:

ls -lR |grep -i -e ISSUE_TEMPLATE.md -e PULL_REQUEST_TEMPLATE.md -e CONTRIBUTING.md

That can of course be improved by putting the list of things to search for in a source file for grep (or find), or better, by creating a shell script that does this.

Even better would be to modify the shell script that creates the audit "shell" by initializing a custom audit file in which the shell script is run and then modifies the audit file with the results of the file/folder checks.

@schroedey schroedey changed the title Create tool to (better) automate file/folder checks. Create tool to (better) automate file/folder checks May 11, 2018
@RichardLitt
Copy link
Member

Good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants