diff options
author | Catherine Devlin <catherine.devlin@gmail.com> | 2012-05-26 20:02:41 -0400 |
---|---|---|
committer | Catherine Devlin <catherine.devlin@gmail.com> | 2012-05-26 20:02:41 -0400 |
commit | 720e40f652111da7e6ce1f84b75acb1fe268d2cb (patch) | |
tree | 0a1fd3be30ad0120fd79626638854d57b7f9edde /docs/upload_pycon.bash | |
download | cmd2-git-720e40f652111da7e6ce1f84b75acb1fe268d2cb.tar.gz |
Indicate change in repository host to bitbucket
Diffstat (limited to 'docs/upload_pycon.bash')
-rwxr-xr-x | docs/upload_pycon.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/upload_pycon.bash b/docs/upload_pycon.bash new file mode 100755 index 00000000..4f351880 --- /dev/null +++ b/docs/upload_pycon.bash @@ -0,0 +1,2 @@ +rst2s5.py --theme-url=pycon2010/ui/pycon pycon2010/pycon2010.rst pycon2010/pycon2010.html +scp -r pycon2010/ www-data@$tummy:/var/www/presentations/cmd_cmd2 |