viscat / import-git-repos

Simple bash script to download and pack git repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import-git-repos

Simple bash script to download and pack git repositories

How to use it

Create a txt file with a list of projects you want to import

Then call the script

./import-projects.sh projects.txt

This will clone all projects defined in projects.txt into projects directory (in the current directory). If some of the repositories alredy exist, it will pull it instead of clone it. When finishes importing all projects, it will also create a projects.tar.gz file.

About

Simple bash script to download and pack git repositories


Languages

Language:Shell 100.0%