diff options
| author | Zearin <zearin@gonk.net> | 2011-10-05 17:05:31 -0400 |
|---|---|---|
| committer | Zearin <zearin@gonk.net> | 2011-10-05 17:05:31 -0400 |
| commit | aa19e3b9c9f03f7320c2d5470fa977ed0bbdeeab (patch) | |
| tree | 97d86fe3a03114be08aac12a7097aa80ac03bc2a /docs/refresh.bash | |
| download | cmd2-aa19e3b9c9f03f7320c2d5470fa977ed0bbdeeab.tar.gz | |
Initial import.
Copy of the Python module cmd2 by Catherine Devlin. Note that this is
NOT the official copy (it’s at
http://www.assembla.com/spaces/python-cmd2/wiki ). I’d rather just
work using git + GitHub instead of hg + Assembla. ☺
OTOH, I fully intend to submit changes back to the official repo on
Assembla—so don’t be shy, fork away. I’m happy for any help!
Diffstat (limited to 'docs/refresh.bash')
| -rwxr-xr-x | docs/refresh.bash | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/refresh.bash b/docs/refresh.bash new file mode 100755 index 0000000..d0b8651 --- /dev/null +++ b/docs/refresh.bash @@ -0,0 +1,8 @@ +make html +#scp -r build catherine@$tummy:/var/www/sqlpython +cd _build/html +zip -r cmd2_docs * +mv cmd2_docs.zip ../.. +cd .. +echo "Upload cmd2_docs.zip to http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=cmd2" +scp -r _build/html www-data@$tummy:/var/www/cmd2 |
