Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 593 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 593 Bytes

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.