Skip to content

Instantly share code, notes, and snippets.

View emarref's full-sized avatar
Verified

Malcolm Fell emarref

Verified
View GitHub Profile
@emarref
emarref / gist:2992799
Last active October 6, 2015 12:18
Symfony Bash Shortcut for 1.x and 2.x
#!/usr/bin/env bash
# E.g. from your project directory, run
# sf cache:clear
# or
# sf cc to clear cache
# depending on whether or not you're in a 1.x or 2.x project
# or just
# sf
# to see all options