https://github.com/simplyceo/lessgit
Script for download GIT repositories with independent Linux.
https://github.com/simplyceo/lessgit
bash-script github-clone linux
Last synced: 6 months ago
JSON representation
Script for download GIT repositories with independent Linux.
- Host: GitHub
- URL: https://github.com/simplyceo/lessgit
- Owner: SimplyCEO
- License: gpl-3.0
- Created: 2020-08-26T06:51:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T04:37:12.000Z (over 5 years ago)
- Last Synced: 2025-06-23T12:43:45.188Z (7 months ago)
- Topics: bash-script, github-clone, linux
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```shell
$: chmod +x lessgit
```
Then you can run it:
```shell
$: ./lessgit URL
```
If you don't want to give permissions, run it with `bash` command:
```shell
$: bash lessgit URL
```
## Commands ##
The options of the script are simple.
```shell
-h: prints the help page.
-v: prints the version.
```