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
#!/usr/bin/env bash | |
######################################################################### | |
## Title: reposync.sh | |
## Description: Syncs multiple git repositories in ~/tools/ based on the | |
## ~/.repolist file. Put each repo URL in there. | |
## Author: Andrew Lamarra | |
## Created: 01/23/2019 | |
## Dependencies: bash (v4.0+), git | |
######################################################################### |