Snippets

Create an account or login to be able to add, comment and rate snippets.

Navigation

Snippets tagged "bash cli" Snippets tagged "bash cli"

bash alias to cleanup

Just add this to your ~/.bashrc

    alias sfcleanup='symfony propel-build-model && symfony propel-build-sql && symfony propel-insert-sql && php batch/load_data.php && symfony cc'

Next time you want to do a cleanup just type sfcleanup at the project dir.

by Roberto Carvajal on 2006-08-24, tagged bash  cli 
(1 comment)