#!/bin/bash INTERACTIVE=1 REPO_DIR="/gitlab/repositories" GOGS_URL="" GOGS_TOKEN="" GOGS_UID="1" GOGS_MIRROR="false" GOGS_PRIVATE="false" # Ignore gitlab wiki repositories IGNORE_WIKI=1 #Hack to add directory the repository is in to name LONG_NAME=1 # Remove trailing .git from directory REMOVE_TRAILING_GIT=1 import() { if [[ $IGNORE_WIKI == 1 && $1 == *".wiki.git" ]]; then return fi description=$(