This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DAYS=365 | |
RED='\033[0;31m' | |
BLUE='\033[0;34m' | |
GREEN='\033[0;32m' | |
NC='\033[0m' # No Color | |
git checkout development | |
tarBranch=$(git branch -r --no-merged | grep -v master | grep -v developer | grep -v release | sed 's/origin\///') | |
for branch in $tarBranch | |
do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "Nicholas Lazzerini", | |
"label": "Web Frontend Developer | Fullstack Developer", | |
"picture": "https://avatars3.githubusercontent.com/u/9289704?s=460&v=4", | |
"email": "[email protected]", | |
"phone": "(39) 3331879000", |