UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 39df7b34 authored by Patrick Tafoya's avatar Patrick Tafoya
Browse files

Adding setup script.

parent e42289f7
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Add execute permissions to all .sh files in ./scripts/ and its subdirectories
find ./scripts/ -type f -name '*.sh' -exec chmod +x {} \;
# Add execute permissions to all .sh files in ./config/ and its subdirectories
find ./config/ -type f -name '*.sh' -exec chmod +x {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment