Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 324 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 324 Bytes

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