Skip to content

Instantly share code, notes, and snippets.

View LucasNevesAraujo's full-sized avatar

Lucas Neves de Araujo LucasNevesAraujo

View GitHub Profile
@LucasNevesAraujo
LucasNevesAraujo / update-git.sh
Created January 9, 2019 12:34
Update master and develop branches for all sub-directories
# List all directories
for D in $(ls -1d $PWD/*); do
if [ -d "${D}" ]; then
# Check if has a git folder
DIRECTORY="${D}/.git"
if [ -d "$DIRECTORY" ]; then
cd ${D}
echo ${D}

Keybase proof

I hereby claim:

  • I am LucasNevesAraujo on github.
  • I am lucasaraujo (https://keybase.io/lucasaraujo) on keybase.
  • I have a public key whose fingerprint is BE10 BDBB EAA0 EC57 A636 29EE 52DA 05DA 3220 33B1

To claim this, I am signing this object: