Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Mar 7, 2012
1 parent 06708b5 commit 0ab026e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
@@ -0,0 +1,20 @@
# gh-upload

```zsh
wget https://github.com/downloads/dakrone/gh-upload/gh-upload-1.0-standalone.jar

export GHUSER=dakrone
export GHREPO=cheshire
export GHPASS=mysupersecretpassword

java -jar gh-upload-1.0-standalone.jar /path/to/file.data
```

## why?

There were a lot of tools for uploading a file to github, but none
that were standalone java utils.

## known issues

Won't work with openJDK 7, because of cert issues.

0 comments on commit 0ab026e

Please sign in to comment.