Skip to content

Script for download GIT repositories with independent Linux.

License

Notifications You must be signed in to change notification settings

SimplyCEO/lessgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages