mirror of
https://github.com/Heretic312/devsecops-wrappers.git
synced 2025-12-17 09:46:01 +00:00
Add git-pull-all
This commit is contained in:
parent
ced065bbcf
commit
8e9a4c3979
6
linux/git-pull-all.sh
Normal file
6
linux/git-pull-all.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Description: Git Pull all local directories and subdirectories
|
||||
# Date: 2/1/2025
|
||||
|
||||
# Git Pull All Local Directories/Subdirectories
|
||||
sudo find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;
|
||||
Loading…
x
Reference in New Issue
Block a user