Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ocubom on github.
  • I am ocubom (https://keybase.io/ocubom) on keybase.
  • I have a public key ASDRysLjOlL_84JB5M7XA_mw8oh51UzE7011wTh2ZU5znQo

To claim this, I am signing this object:

@ocubom
ocubom / A Few README templates.md
Last active August 25, 2016 16:37
Few README templates
@ocubom
ocubom / symfony-releases.sh
Created January 28, 2013 11:12
Fast init a symfony project based on symfony-standard-releases repository
#!/usr/bin/env sh
# Parameters: path to project and symfony branch to use
PROJECT="$1"
VERSION="$2"
# Create project path
mkdir "$PROJECT"
cd "$PROJECT"