This file contains hidden or 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 | |
######################################################################### | |
# GitHub to Gitea Starred Repository Mirror | |
# | |
# This script automatically mirrors your GitHub starred repositories to | |
# a Gitea instance. | |
# | |
# - Fetches all repositories starred on GitHub | |
# - Recreate organization / owner (as org) to mirror repos into |