KanuX-14 / lessgit

Script for download GIT repositories with independent Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lessgit

This script acts like git. Instead of using git clone URL, it gets the actual TAR.GZ file and extract, further removing the TAR.GZ file. Useful for systems that use different kernel, such as Android.

Usage

First, give permission for the script to run without problems:

$: chmod +x lessgit

Then you can run it:

$: ./lessgit URL

If you don't want to give permissions, run it with bash command:

$: bash lessgit URL

Commands

The options of the script are simple.

-h: prints the help page.
-v: prints the version.

About

Script for download GIT repositories with independent Linux.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%