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.
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
The options of the script are simple.
-h: prints the help page.
-v: prints the version.