Skip to content

Instantly share code, notes, and snippets.

@kvirani
Created October 28, 2015 13:50
Show Gist options
  • Save kvirani/2d816e0f8e3fea328e8d to your computer and use it in GitHub Desktop.
Save kvirani/2d816e0f8e3fea328e8d to your computer and use it in GitHub Desktop.
Sinatra Shotgun - Cloud9 Runner
{
"cmd" : ["bash", "--login", "-c", "bundle exec shotgun -p $port -o $ip $args"],
"info" : "Sinatra started. App running at $url",
"env" : {},
"working_dir" : "$project_path",
"selector" : "source.rb"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment