Skip to content

Instantly share code, notes, and snippets.

View kmdm's full-sized avatar

Kenny Millington kmdm

  • United Kingdom
View GitHub Profile
@kmdm
kmdm / gist:3227794
Created August 1, 2012 15:25
Shortcut to running app/console from any subdirectory of your symfony2 app (name: sc, place in $PATH)
#!/bin/bash
PHP=`which php`
EDITOR=`which editor`
while [ ! -f app/console ]; do
cd ..
if [ "$PWD" == "/" ]; then
break
fi
done
git_check_changes ()
{
git status | sed -n '
1h
1!H
$ {
g
s/Untracked files:/\?/
s/Changed but not updated/\*/