Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelly committed Oct 17, 2023
1 parent 05e3175 commit 35c49fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apply_bindplane_configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
# Directory to start the search; default is the current directory
start_directory="./bindplane"

mkdir -p "${start_directory}"

# Use find command to locate all yaml files and execute bindplane apply on each
find "$start_directory" -name "*.yaml" -type f -exec echo "Applying {}" \; -exec bindplane apply -f {} \;

0 comments on commit 35c49fe

Please sign in to comment.