An open API service indexing awesome lists of open source software.

https://github.com/larryeitel/clone

This is a simple bash script that takes a git repository url and clones it to a local repos directory. It will delete the .git directory. The purpose is to feed repos into a local search engine for code search.
https://github.com/larryeitel/clone

bash bash-script github

Last synced: 14 days ago
JSON representation

This is a simple bash script that takes a git repository url and clones it to a local repos directory. It will delete the .git directory. The purpose is to feed repos into a local search engine for code search.

Awesome Lists containing this project

README

          

This is a simple bash script that takes a git repository url and clones it to a local repos directory. It will delete the .git directory. The purpose is to feed repos into a local search engine for code search.

## Usage

```
chmod +x findall
chmod +x clone

$ ./clone https://github.com/LarryEitel/clone bash,git,tools
```