Skip to content

Commit

Permalink
Better example
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Dec 3, 2013
1 parent 674b51a commit d5e9f2f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -31,7 +31,12 @@ All of the above assumes that you can do public-key authentication to Github fro

Create a new, disposable Github repo, then try this:

`curl http://pokrovsky.herokuapp.com/mygithubname/myrepo/1982 | bash`
```
GITHUBUSER=`git config --get user.name`
DISPOSABLEREPO=dummy
GRAFFITI=`echo "© 1982" | sed "s: :%20:g"`
curl "http://pokrovsky.herokuapp.com/${GITHUBUSER}/${DISPOSABLEREPO}/${GRAFFITI}" | bash
```

###Notes

Expand Down

0 comments on commit d5e9f2f

Please sign in to comment.