Skip to content

Instantly share code, notes, and snippets.

@anton-yurchenko
anton-yurchenko / mirror_repositories_to_github.sh
Last active December 12, 2021 03:40
Mirror repositories to GitHub
#!/usr/bin/env bash
CYAN='\033[0;36m'
RED='\033[0;31m'
NOCOLOR='\033[0m'
function log {
echo -e "${CYAN}INFO${NOCOLOR} $*"
}
function logerror {