Skip to content

Instantly share code, notes, and snippets.

@hramos
Created January 8, 2013 01:02
Run the Parse Cloud Code CLI from a root folder with this script. Edit `cloud_code/` to point to your actual Cloud Code subdirectory.
#!/bin/bash
cd cloud_code/ && parse $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment