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 | |
# | |
# SOURCE: this is an adaptation of the following gists: | |
# * https://gist.github.com/rodw/3073987 - original | |
# * https://gist.github.com/bjtitus/8851816 - modification of the original /w pagination for more than 30 repos | |
# | |
# SCOPE: backup an organization's GitHub repositories with issues and wikis | |
# | |
# Uses the GitHub API to pull down the list of repos & clone them | |
# |