Posting a download to bitbucket from a shell script
Posted
by Isaac
on Stack Overflow
See other posts from Stack Overflow
or by Isaac
Published on 2010-05-07T01:23:48Z
Indexed on
2010/05/07
1:28 UTC
Read the original article
Hit count: 269
bitbucket
|shell-scripting
I'd like to be able to fully-automate the process of packaging the release of an application (in Xcode) via shell script and I'd like the zip archive that is released to be a download on bitbucket. Is there a way to programmatically make a (zip) file available as a download on bitbucket?
© Stack Overflow or respective owner