Created
January 8, 2013 01:02
-
-
Save hramos/4480168 to your computer and use it in GitHub Desktop.
Run the Parse Cloud Code CLI from a root folder with this script. Edit `cloud_code/` to point to your actual Cloud Code subdirectory.
This file contains 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/bash | |
cd cloud_code/ && parse $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment