Skip to content

Commit

Permalink
Add the Java example
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
  • Loading branch information
vmarkovtsev committed Feb 14, 2018
1 parent 5f76d0e commit 37599f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PublicGitArchive/examples/java.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Downloading all Java repositories
=================================

Execute the following to download all Java siva files to the current directory:

```bash
./multitool get-index | grep -P '[",]Java[",]' | grep -oP '[0-9a-f]{40}\.siva' | ./multitool get-dataset -o .
```

0 comments on commit 37599f5

Please sign in to comment.