aur
git pull for all subdirectories
find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;
aur.txt · Last modified: 2023/05/25 13:04 by glebelg
git pull for all subdirectories
find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;