Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T04:37:12.000Z (about 4 years ago)
- Last Synced: 2024-05-03T06:53:57.835Z (6 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.
```