Created
November 10, 2014 10:36
-
-
Save mlocher/9ec0c502f0b9c8b23df3 to your computer and use it in GitHub Desktop.
Install CloudCode parse CLI tool on Codeship
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| curl https://www.parse.com/downloads/cloud_code/parse -o ${HOME}/bin/parse | |
| chmod 755 ${HOME}/bin/parse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this. It helped point me in the right direction. I ended up making a slightly more robust and up-to-date version of this, in case anyone is interested. https://gist.github.com/arcdev1/0d4f509c44e6a1d0cd37