Skip to content

Instantly share code, notes, and snippets.

Created August 7, 2011 20:52
Show Gist options
  • Save anonymous/1130779 to your computer and use it in GitHub Desktop.
Save anonymous/1130779 to your computer and use it in GitHub Desktop.
<?php
$options['shell-aliases'] = array(
'ccall' => '!drush cc all && growlnotify -t "Drush" -m "cc all done!"'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment